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(); }