Update index.html
parent
9a5abfc012
commit
47f8730699
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue