This commit is contained in:
gnieark 2016-05-14 23:21:45 +02:00
parent 4650b3548e
commit 7cb983d733

View File

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