Browse Source

loading thingy

master
wes 9 years ago
parent
commit
7f13adeb4a
  1. 4
      src/scripts/search.tag

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

Loading…
Cancel
Save