debug
This commit is contained in:
parent
b50b6c1844
commit
9c0aa879b4
|
@ -50,7 +50,7 @@ function connectFour(bot1,bot2,xd_check, newGame){
|
|||
}
|
||||
|
||||
//fill the grid
|
||||
alert reponse['strikeX'];
|
||||
alert (reponse['strikeX']);
|
||||
if( reponse['strikeX'] > -1){
|
||||
alert ('polp');
|
||||
document.getElementById('td' + reponse['strikeX'] + '-' + reponse['strikeY']).innerHTML=reponse['strikeSymbol'];
|
||||
|
|
Loading…
Reference in New Issue
Block a user