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) {