debug
This commit is contained in:
parent
7cb983d733
commit
e095770e73
|
@ -52,7 +52,7 @@ function connectFour(bot1,bot2,xd_check, newGame){
|
||||||
//fill the grid
|
//fill the grid
|
||||||
|
|
||||||
if( reponse['strikeX'] > -1){
|
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'];
|
document.getElementById('td' + reponse['strikeX'] + '-' + reponse['strikeY']).innerHTML=reponse['strikeSymbol'];
|
||||||
}
|
}
|
||||||
if(reponse['continue'] == 1){
|
if(reponse['continue'] == 1){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user