pull/96/head
Gnieark 8 years ago
parent 304a1f0fd9
commit 9495e7512d

@ -102,8 +102,10 @@ function play(gameId,xd_check){
req.onreadystatechange = function(){
if(req.readyState == 4){
if(req.status == 200) {
addLog(req.responseText);
addLog(req.responseText);
var reponse = JSON.parse(req.responseText);
}else{
}

Loading…
Cancel
Save