diff --git a/src/arenas/tron/js.js b/src/arenas/tron/js.js index 6dc5d24..6686613 100644 --- a/src/arenas/tron/js.js +++ b/src/arenas/tron/js.js @@ -21,7 +21,7 @@ function changeSelect(number,botId){ show_bot_panel(next); } if(number > 1){ - document.getElementById('fightButton').setAttribute('disabled',''); + document.getElementById('fightButton').disabled = false; } } }