diff --git a/config.html b/config.html index 79982ee..3cbeed9 100644 --- a/config.html +++ b/config.html @@ -8,49 +8,49 @@







@@ -62,7 +62,7 @@
@@ -119,6 +119,9 @@ return {} } ).then(config=>{ + for(const checkbox of document.querySelectorAll('input[type=checkbox]')){ + checkbox.checked=false + } for(const key in config){ const input=document.querySelector('[name='+key+']') if(!input){