This commit is contained in:
gnieark 2016-05-14 23:19:05 +02:00
parent 949d5ac54b
commit 8f9ae20472

View File

@ -51,6 +51,7 @@ function connectFour(bot1,bot2,xd_check, newGame){
//fill the grid
if( reponse['strikeX'] > -1){
alert ('polp');
document.getElementById('td' + reponse['strikeX'] + '-' + reponse['strikeY']).innerHTML=reponse['strikeSymbol'];
}
if(reponse['continue'] == 1){