Browse Source

loading thingy

master
wes 9 years ago
parent
commit
8f7740c548
  1. 4
      src/scripts/search.tag

4
src/scripts/search.tag

@ -24,11 +24,11 @@ function submit(ev) {
this.update();
var params = $(ev.currentTarget).serialize();
$.getJSON("/search/fc?"+params,
function(courses) {
(function(courses) {
var fcourses = filterCourses(courses);
var cgroups = groupsof(3, fcourses);
results_passer.trigger("new_results", cgroups);
this.opts.booksLoading = false;
this.update();
}).bind(this);
}).bind(this));
}

Loading…
Cancel
Save