This commit is contained in:
gnieark 2016-06-29 23:51:31 +02:00
parent 532d993870
commit ba26ec5979

View File

@ -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;
} }
} }
} }