diff --git a/src/scripts/search.tag b/src/scripts/search.tag index 5b9763c..52ea1e0 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -31,9 +31,14 @@ +var showedHelp = false; + function showHelp() { - this.opts.showHelp = true; - this.update(); + if (!showedHelp) { + showedHelp = true; + this.opts.showHelp = true; + this.update(); + } } function clearHelp() {