.
This commit is contained in:
parent
304a1f0fd9
commit
9495e7512d
|
@ -102,7 +102,9 @@ 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…
Reference in New Issue
Block a user