From 7f13adeb4adc582addb8d7565399f3c71958f56e Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 20:20:57 -0400 Subject: [PATCH] loading thingy --- src/scripts/search.tag | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scripts/search.tag b/src/scripts/search.tag index f74b683..537e6b5 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -42,6 +42,10 @@ function showHelp() { showedHelp = true; this.opts.showHelp = true; this.update(); + window.setTimeout( + (function() { + clearHelp.bind(this)(); + }).bind(this), 2000); } }