From 0f4cb05472abe6010ab92b5e821e3d0185e632d3 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 17:26:52 -0400 Subject: [PATCH] loading thingy --- src/scripts/search.tag | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scripts/search.tag b/src/scripts/search.tag index a2d0fa7..9243e79 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -30,7 +30,5 @@ function submit(ev) { var fcourses = filterCourses(courses); var cgroups = groupsof(3, fcourses); results_passer.trigger("new_results", cgroups); - this.opts.booksLoading = false; - this.update(); }).bind(this)); }