User:Monster Domosed/common.js: Difference between revisions

No edit summary
No edit summary
Line 46: Line 46:
         }
         }


         function nudge( d ) { show( cur + d ); hideHint(); }
         function nudge(d) { show(cur - d); hideHint(); }


         function reset() { show( startFrame ); }
         function reset() { show( startFrame ); }