json parsing fix 8
This commit is contained in:
parent
8d612a535b
commit
f700416f9e
@ -311,6 +311,7 @@ function changeBoardState(body) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function parseBoardGUI(body) {
|
function parseBoardGUI(body) {
|
||||||
|
console.log(body);
|
||||||
let t_html = '';
|
let t_html = '';
|
||||||
for( let i = 0; i < body.top.length; i++ ) {
|
for( let i = 0; i < body.top.length; i++ ) {
|
||||||
let board_tile = body.top[i];
|
let board_tile = body.top[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user