Skip to content

Commit 47f8730

Browse files
authored
Update index.html
1 parent 9a5abfc commit 47f8730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@
357357
http.open('GET', location.href + '?type=option&option=' + type.name + '&state=' + ((type.checked == true) ? 'on' : 'off'), true);
358358
}
359359
// DEMO CLEANUP CRAP
360+
/*
360361
if (rto != null && type.checked == true) {
361362
i = 1;
362363
while ( (zb = document.getElementById('btn-toggle-z'+i)) != null ) {
@@ -365,7 +366,7 @@
365366
i++;
366367
}
367368
}
368-
}
369+
}*/
369370

370371
http.send(null);
371372
}

0 commit comments

Comments
 (0)