From 2721bdcd0d6b9175df827a70f383f733670cb7c3 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 17:08:32 -0400 Subject: [PATCH] loading thingy --- src/scripts/search.tag | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scripts/search.tag b/src/scripts/search.tag index f549bbf..db1dbae 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -19,6 +19,8 @@
var that = this; + + function submit(ev) { console.log("submitted"); console.log(that); @@ -30,4 +32,3 @@ function submit(ev) { results_passer.trigger("new_results", cgroups); }); } -