From c0346543dc33dc71d8bda3218766d70622252964 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 16:58:38 -0400 Subject: [PATCH] loading thingy --- src/scripts/search.tag | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/scripts/search.tag b/src/scripts/search.tag index 94618b6..ecd00fb 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -18,9 +18,7 @@
- - -var that = this; +console.log(this); function submit(ev) { console.log("submitted"); console.log(that); @@ -32,3 +30,4 @@ function submit(ev) { results_passer.trigger("new_results", cgroups); }); } +