This commit is contained in:
gnieark 2016-05-14 23:23:04 +02:00
parent 7cb983d733
commit e095770e73

View File

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