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];