remove possible mass nodes when parent hidden

This commit is contained in:
multiSnow 2023-11-24 17:50:06 +08:00
parent b5de4fae4f
commit 8f722091ec
Signed by: multiSnow
GPG Key ID: 18EDAC29CAA2DBCE
1 changed files with 3 additions and 0 deletions

View File

@ -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;
};