fix js
This commit is contained in:
parent
532d993870
commit
ba26ec5979
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user