.
This commit is contained in:
parent
304a1f0fd9
commit
9495e7512d
|
@ -102,8 +102,10 @@ function play(gameId,xd_check){
|
||||||
req.onreadystatechange = function(){
|
req.onreadystatechange = function(){
|
||||||
if(req.readyState == 4){
|
if(req.readyState == 4){
|
||||||
if(req.status == 200) {
|
if(req.status == 200) {
|
||||||
addLog(req.responseText);
|
addLog(req.responseText);
|
||||||
|
var reponse = JSON.parse(req.responseText);
|
||||||
|
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user