summaryrefslogtreecommitdiff
path: root/modules/book/book.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/book/book.js')
-rw-r--r--modules/book/book.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book/book.js b/modules/book/book.js
index 13ea71883..a0524b572 100644
--- a/modules/book/book.js
+++ b/modules/book/book.js
@@ -14,7 +14,7 @@ Drupal.behaviors.bookSelect = function(context) {
.keyup(Drupal.bookFillSelect)
.change(Drupal.bookFillSelect)
.addClass('book-select-processed');
-}
+};
// This function passes the form information and the book ID to a Drupal callback
// and retrieves a parent select with changed options to replace the one in the form.