This commit is contained in:
Gnieark 2016-07-03 12:51:18 +02:00
parent 098c33470f
commit 8bbc28def3

View File

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