summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-09-01 07:08:11 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-09-01 07:08:11 +0000
commitc07305d060174640af0194f472cb1292a3054e42 (patch)
treed28c743e977d781303e3f44c47862cb312075ee8 /modules/book
parent0c700430b0ddbd4a3c66fb1f82ed1cf9e4e33cc3 (diff)
downloadbrdo-c07305d060174640af0194f472cb1292a3054e42.tar.gz
brdo-c07305d060174640af0194f472cb1292a3054e42.tar.bz2
#172149 by dvessel: add semicolons, so the JS aggregator works
Diffstat (limited to 'modules/book')
-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.