test retour js

This commit is contained in:
gnieark 2016-05-12 19:31:49 +02:00
parent 73440f63fd
commit 4b4f20283a

View File

@ -18,7 +18,7 @@ function connectFour(bot1,bot2,xd_check){
xhr.onreadystatechange = function(){if(xhr.readyState == 4){
if(xhr.status == 200) {
var reponse = eval(xhr.responseText;);
var reponse = eval(xhr.responseText);
alert (reponse['continue']);
}else{