This commit is contained in:
gnieark 2016-05-14 23:16:02 +02:00
parent 266f6a7bad
commit 949d5ac54b

View File

@ -41,7 +41,7 @@ function connectFour(bot1,bot2,xd_check, newGame){
xhr.onreadystatechange = function(){if(xhr.readyState == 4){
if(xhr.status == 200) {
//for debug
alert (xhr.responseText);
document.getElementById('logs').innerHTML += xhr.responseText + '<br/>';
try{
var reponse = JSON.parse(xhr.responseText);
}catch(e){