fix js names of bots
This commit is contained in:
parent
89b2149045
commit
4bc10371a7
|
@ -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>';
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user