This commit is contained in:
gnieark 2016-06-16 13:44:18 +02:00
parent e224300241
commit 2014759526

View File

@ -22,5 +22,5 @@ function tictactoe(bot1,bot2,xd_check,fullLogs){
}};
xhr.open("POST", '/tictactoe', true);
xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
xhr.send('act=fight&bot1=' + bot1 + '&bot2=' + bot2 + '&fulLLog' = fullLogs + '&xd_check=' + xd_check);
xhr.send('act=fight&bot1=' + bot1 + '&bot2=' + bot2 + '&fulLLog=' + fullLogs + '&xd_check=' + xd_check);
}