소스 검색

#162860 remove replace, not valid jQuery

Ted Serbinski 17 년 전
부모
커밋
57a7629b29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      simplemenu.module

+ 1 - 1
simplemenu.module

@@ -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