From 6d4b985e3a029ec1fc6676a24e5e2a2178bc2d03 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 17:22:46 -0400 Subject: [PATCH] loading thingy --- src/scripts/search.tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/search.tag b/src/scripts/search.tag index 64601c1..5dc374d 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -30,5 +30,5 @@ function submit(ev) { results_passer.trigger("new_results", cgroups); this.opts.booksLoading = false; this.update(); - }); + }).bind(this); }