This commit is contained in:
gnieark 2016-05-14 23:13:47 +02:00
parent 637ef5d089
commit 266f6a7bad

View File

@ -42,7 +42,6 @@ function connectFour(bot1,bot2,xd_check, newGame){
if(xhr.status == 200) {
//for debug
alert (xhr.responseText);
return;
try{
var reponse = JSON.parse(xhr.responseText);
}catch(e){