This commit is contained in:
gnieark 2016-05-14 23:35:29 +02:00
parent c426407b6d
commit 070ffa013b

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){