From caca7e3e903397259e78674105c93ebc81ffc6c3 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 17:07:20 -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 1c1ab21..2de7f78 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -22,6 +22,7 @@ var that = this; function submit(ev) { console.log("submitted"); + console.log(that); var params = $(ev.currentTarget).serialize(); $.getJSON("/search/fc?"+params, function(courses) {