This commit is contained in:
Gnieark 2016-06-20 20:44:56 +02:00
parent 642ae29284
commit 8392bf3426

View File

@ -137,7 +137,7 @@ function battleship(bot1,bot2,gridWidth,gridHeight,nbShip1,nbShip2,nbShip3,nbShi
p.innerHTML = grids['logs'][i]; p.innerHTML = grids['logs'][i];
document.getElementById('logs').appendChild(p); document.getElementById('logs').appendChild(p);
} }
fight(xd_check,fullLogs); //fight(xd_check,fullLogs);
} }
}}; }};