json parsing fix 8

This commit is contained in:
Michael Wain 2024-07-09 03:31:27 +03:00
parent 8d612a535b
commit f700416f9e

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