This commit is contained in:
Gnieark 2016-07-03 12:51:30 +02:00
parent 8bbc28def3
commit c8610d0873

View File

@ -81,7 +81,7 @@ function applyInitMessage(req,xd_check){
} }
function play(gameId,xd_check){ function play(gameId,xd_check){
var request = new XMLHttpRequest(); var req = new XMLHttpRequest();
req.onreadystatechange = function(){ req.onreadystatechange = function(){
if(req.readyState == 4){ if(req.readyState == 4){
if(req.status == 200) { if(req.status == 200) {