Some template cleanup

This commit is contained in:
2021-01-28 18:37:41 +00:00
parent 2351201e13
commit cc233e0223
7 changed files with 28 additions and 56 deletions

View File

@@ -16,7 +16,7 @@
param = $(value).val();
val = $(value).prop('checked');
if(val != defaultVal){
if(val !== defaultVal){
url = url+param+"="+val+"&";
}
});