From 713eeb2af503b87c322ed66d28ad4967eb5dd7a6 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 19:57:21 -0400 Subject: [PATCH] loading thingy --- src/scripts/search.tag | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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() {