diff --git a/src/scripts/search.tag b/src/scripts/search.tag index 4713203..45b0085 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -22,6 +22,7 @@ var that = this; function submit(ev) { console.log("submitted"); that.opts.booksLoading = true; + console.log(that.opts.booksLoading); that.update(); var params = $(ev.currentTarget).serialize(); $.getJSON("/search/fc?"+params,