fix
This commit is contained in:
parent
ec942f4633
commit
70defc2a7d
|
@ -104,5 +104,5 @@ function connectFour(bot1,bot2,xd_check, gameId, newGame){
|
|||
}else{
|
||||
var act='fight';
|
||||
}
|
||||
xhr.send('act=' + act + '&bot1=' + bot1 + '&bot2=' + bot2 + '&xd_check=' + xd_check + '&gameId=' + gameId + '&fullLogs=' + document.getElementById("fullLogs").checked;);
|
||||
xhr.send('act=' + act + '&bot1=' + bot1 + '&bot2=' + bot2 + '&xd_check=' + xd_check + '&gameId=' + gameId + '&fullLogs=' + document.getElementById("fullLogs").checked);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user