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