diff options
Diffstat (limited to 'modules/book/book.module')
-rw-r--r-- | modules/book/book.module | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/book/book.module b/modules/book/book.module index 9f2e6f241..3b5e88868 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -490,10 +490,11 @@ function _book_add_form_elements(&$form, $node) { '#description' => t('Your page will be a part of the selected book.'), '#weight' => -5, '#attributes' => array('class' => 'book-title-select'), - '#ahah' => array( + '#ajax' => array( 'path' => 'book/js/form', 'wrapper' => 'edit-book-plid-wrapper', - 'effect' => 'slide', + 'effect' => 'fade', + 'speed' => 'fast', ), ); } |