Update index.html

This commit is contained in:
cajun 2025-11-20 18:47:22 -06:00
parent 56411b0d9d
commit f12cd5f73d

View File

@ -563,7 +563,7 @@ canvas {
let max = 23;
if(g == 0)
max = MAX_BOX;
for(var t=0; t<23; t++) {
for(var t=0; t<max; t++) {
ele = document.getElementById('box'+g+"_"+t);
if(ele == null)
continue