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> </div>
</search> </search>
var showedHelp = false;
function showHelp() { function showHelp() {
this.opts.showHelp = true; if (!showedHelp) {
this.update(); showedHelp = true;
this.opts.showHelp = true;
this.update();
}
} }
function clearHelp() { function clearHelp() {

Loading…
Cancel
Save