diff --git a/src/arenas/tron/js.js b/src/arenas/tron/js.js index 00142cf..8494f08 100644 --- a/src/arenas/tron/js.js +++ b/src/arenas/tron/js.js @@ -42,8 +42,4 @@ function tron(bot1,bot2,xdcheck){ request.open("POST", '/tron', true); request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); request.send('act=initGame&bot1=' + bot1 + '&bot2=' + bot2 + '&xd_check=' + xd_check + '&fullLogs=' + document.getElementById("fullLogs").checked); - } - - - }