Update index.html

master
sfeakes 2018-06-25 17:38:31 -05:00 committed by GitHub
parent 9a5abfc012
commit 47f8730699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -357,6 +357,7 @@
http.open('GET', location.href + '?type=option&option=' + type.name + '&state=' + ((type.checked == true) ? 'on' : 'off'), true); http.open('GET', location.href + '?type=option&option=' + type.name + '&state=' + ((type.checked == true) ? 'on' : 'off'), true);
} }
// DEMO CLEANUP CRAP // DEMO CLEANUP CRAP
/*
if (rto != null && type.checked == true) { if (rto != null && type.checked == true) {
i = 1; i = 1;
while ( (zb = document.getElementById('btn-toggle-z'+i)) != null ) { while ( (zb = document.getElementById('btn-toggle-z'+i)) != null ) {
@ -365,7 +366,7 @@
i++; i++;
} }
} }
} }*/
http.send(null); http.send(null);
} }