fix js names of bots

This commit is contained in:
gnieark 2015-12-11 13:16:40 +01:00
parent 89b2149045
commit 4bc10371a7

View File

@ -31,7 +31,7 @@ if(!$postParams){
else
$selected='';
echo '<option value="'.$i.'" '.$selected.'>'.$bots[$i]['name'].'</option>';
echo '<option value="'.$i."-".$bots[$i]['name'].'" '.$selected.'>'.$bots[$i]['name'].'</option>';
}
?>
</select>
@ -43,6 +43,7 @@ if(!$postParams){
$selected='selected="selected"';
else
$selected='';
echo '<option value="'.$i."-".$bots[$i]['name'].'" '.$selected.'>'.$bots[$i]['name'].'</option>';
}
?>