From e0f856d407cb89ae11bc8c979dccf180b2a1db08 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 17:22:09 -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 e549356..64601c1 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -19,6 +19,7 @@ function submit(ev) { console.log("submitted"); + console.log(this); this.opts.booksLoading = true; this.update(); var params = $(ev.currentTarget).serialize();