Browse Source

loading thingy

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

5
src/scripts/search.tag

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

Loading…
Cancel
Save