From f700416f9e2c2d90afa785e39ad82a9c0e4206f5 Mon Sep 17 00:00:00 2001 From: alterdekim Date: Tue, 9 Jul 2024 03:31:27 +0300 Subject: [PATCH] json parsing fix 8 --- src/main/resources/static/javascript/game.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/static/javascript/game.js b/src/main/resources/static/javascript/game.js index 92fc1b8..1453bf0 100644 --- a/src/main/resources/static/javascript/game.js +++ b/src/main/resources/static/javascript/game.js @@ -311,6 +311,7 @@ function changeBoardState(body) { } function parseBoardGUI(body) { + console.log(body); let t_html = ''; for( let i = 0; i < body.top.length; i++ ) { let board_tile = body.top[i];