From 8d436a805481972dacff1055d3bd2cd6505bfc23 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 20:08:28 -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 d954f11..c8a8818 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -46,6 +46,7 @@ function showHelp() { } function clearHelp() { + console.log("CLEAR HELP FIRED"); this.opts.showHelp = false; this.showedHelp = true; this.update();