Browse Source

loading thingy

master
wes 9 years ago
parent
commit
713eeb2af5
  1. 9
      src/scripts/search.tag

9
src/scripts/search.tag

@ -31,9 +31,14 @@
</div>
</search>
var showedHelp = false;
function showHelp() {
this.opts.showHelp = true;
this.update();
if (!showedHelp) {
showedHelp = true;
this.opts.showHelp = true;
this.update();
}
}
function clearHelp() {

Loading…
Cancel
Save