From df7c01f966eed059b1cee03896d9ca61eb622f14 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Wed, 29 Jun 2016 13:44:58 +0200 Subject: [PATCH] try to draw 1000*1000 svg grig --- src/arenas/tron/js.js | 4 ---- 1 file changed, 4 deletions(-) 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); - } - - - }