try to draw 1000*1000 svg grig

This commit is contained in:
Gnieark 2016-06-29 13:44:58 +02:00
parent 5703818c3b
commit df7c01f966

View File

@ -43,7 +43,3 @@ function tron(bot1,bot2,xdcheck){
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);
}
}