diff --git a/src/arenas/tron/js.js b/src/arenas/tron/js.js index 9c0f9be..4f5d245 100644 --- a/src/arenas/tron/js.js +++ b/src/arenas/tron/js.js @@ -16,7 +16,7 @@ function applyInitMessage(req){ //callback function when init game request if(req.readyState == 4){ if(req.status == 200) { - alert (req.responseTxt); + alert (req.responseText); }else{ alert ('error ' + xhr.status);