pull/96/head
gnieark 8 years ago
parent 532d993870
commit ba26ec5979

@ -21,7 +21,7 @@ function changeSelect(number,botId){
show_bot_panel(next); show_bot_panel(next);
} }
if(number > 1){ if(number > 1){
document.getElementById('fightButton').setAttribute('disabled',''); document.getElementById('fightButton').disabled = false;
} }
} }
} }

Loading…
Cancel
Save