#162860 remove replace, not valid jQuery

This commit is contained in:
Ted Serbinski 2007-11-22 04:52:15 +00:00
parent ebb1ab6ce1
commit 57a7629b29

View File

@ -108,7 +108,7 @@ function simplemenu_admin_settings() {
$form['default_menu']['advanced']['simplemenu_element_method'] = array(
'#type' => 'radios',
'#title' => 'Attach method',
'#options' => drupal_map_assoc(array('prepend', 'append', 'replace')),
'#options' => drupal_map_assoc(array('prepend', 'append')),
'#default_value' => variable_get('simplemenu_element_method', 'prepend'),
'#description' => t('Choose how the menu should be attached to the above selector.'),
'#required' => TRUE