pull/96/head
gnieark 8 years ago
parent f125df39ee
commit 4da7a8aa5c

@ -15,7 +15,7 @@ function changeSelect(number,botId){
//show an other selector if bot is chosen
var next = parseInt(number) + 1;
if((botId > 0) && (botId < 12)){
if(document.getElementById('selectBot' + next){
if(document.getElementById('selectBot' + next)){
return;
}else{
show_bot_panel(next);

Loading…
Cancel
Save