test retour js
This commit is contained in:
parent
73440f63fd
commit
4b4f20283a
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue
Block a user