From 8f722091ec865f4c56a5f421a0a40985ae5bb236 Mon Sep 17 00:00:00 2001 From: multiSnow Date: Fri, 24 Nov 2023 17:50:06 +0800 Subject: [PATCH] remove possible mass nodes when parent hidden --- js/function.show.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/function.show.js b/js/function.show.js index 5e455a7..848efb5 100644 --- a/js/function.show.js +++ b/js/function.show.js @@ -81,6 +81,9 @@ function hideoption(){ hidenode(document.getElementById('showoption')); document.getElementById('showoption_status').className=''; document.getElementById('showoption_option').className=''; + clearnode(document.getElementById('showoption_status_announcelist')); + clearnode(document.getElementById('showoption_statue_peers')); + clearnode(document.getElementById('showoption_statue_file')); return 0; };