try to draw 1000*1000 svg grig

This commit is contained in:
Gnieark 2016-06-29 13:51:45 +02:00
parent 3c9b76835f
commit 2a8fc385e2

View File

@ -24,7 +24,7 @@ function applyInitMessage(request){
} }
} }
} }
function tron(bot1,bot2,xdcheck){ function tron(bot1,bot2,xd_check){
//empty //empty
while (document.getElementById('fightResult').firstChild) { while (document.getElementById('fightResult').firstChild) {
document.getElementById('fightResult').removeChild(document.getElementById('fightResult').firstChild); document.getElementById('fightResult').removeChild(document.getElementById('fightResult').firstChild);