Update code.js

This commit is contained in:
AUnicornWithNoLife 2021-04-11 17:37:19 +01:00
parent 7586b59ce1
commit 4fb9f47205

View File

@ -47,5 +47,5 @@ function move(id)
charater = "O"
}
board[ids[id] [0]] [ids[id] [1]] [1].innerHTML = charater;
}