diff --git a/src/code.js b/src/code.js index 0b512e2..c9df44f 100644 --- a/src/code.js +++ b/src/code.js @@ -47,5 +47,5 @@ function move(id) charater = "O" } - + board[ids[id] [0]] [ids[id] [1]] [1].innerHTML = charater; } \ No newline at end of file