From b5ab67eb95d903414b6b8944ca5038ca2866f24b Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 17:02:37 -0400 Subject: [PATCH] loading thingy --- src/scripts/search.tag | 1 + 1 file changed, 1 insertion(+) 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,