From 5a68f684cab22c0434d4e089f6851fb79e538ca6 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 19:50:28 -0400 Subject: [PATCH] loading thingy --- src/scripts/search.tag | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/scripts/search.tag b/src/scripts/search.tag index 3c299b5..20df464 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -20,9 +20,9 @@ -
- Type a few words of your course's name or the course code (e.g. PSYCH 2B03) @@ -30,10 +30,10 @@
-var that = this; +var self = this; function clearHelp() { - that.showHelp = false; - that.update(); + self.showHelp = false; + self.update(); } function submit(ev) {