remove alert

This commit is contained in:
Gnieark 2015-12-14 22:07:09 +01:00
parent 9cc74ed9ca
commit 0c4e3396e8

View File

@ -62,7 +62,7 @@ function battleship(bot1,bot2,gridWidth,gridHeight,nbShip1,nbShip2,nbShip3,nbShi
xhr.onreadystatechange = function(){if(xhr.readyState == 4){
if(xhr.status == 200) {
//debug
alert(xhr.responseText);
//alert(xhr.responseText);
document.getElementById('logs').innerHTML = xhr.responseText;
}
}};