From a005d24e98201e64380abadbcfc79ba1d4275458 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 20:09:03 -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 c8a8818..89822ee 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -53,6 +53,7 @@ function clearHelp() { } function clearHelpTemp() { + console.log("CLEAR HELP TEMP FIRED"); this.opts.showHelp = false; this.update(); }