mirror of
https://github.com/CajunAvenger/cajunavenger.github.io.git
synced 2026-04-25 07:59:01 -05:00
Update index.html
This commit is contained in:
parent
56411b0d9d
commit
f12cd5f73d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user