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