From 4fb9f47205b1b8a621e9e45fd58a89ef8c806917 Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife Date: Sun, 11 Apr 2021 17:37:19 +0100 Subject: [PATCH] Update code.js --- src/code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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