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); }