diff options
| author | jules <jules@okfoc.us> | 2014-01-26 13:09:39 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-01-26 13:09:39 -0500 |
| commit | 12b5c87fe564bb565eed4f8804142a60a6884c0b (patch) | |
| tree | 47f263b15e0d2670327f179a6b330f2f5d6262a8 /js/help.js | |
| parent | ed18fa084bb3ac015e799a0e5b5821ae68297e3a (diff) | |
merge 'clear' behavior into reset and pause
Diffstat (limited to 'js/help.js')
| -rw-r--r-- | js/help.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,3 +20,4 @@ function drag_start(){ dragging = true; $(this).addClass("dragging") } function drag_stop(){ dragging = false; $(".dragging").removeClass("dragging") } function status(s){ $(".status").html(s); console.log(s) } +function quiet_status(s){ $(".status").html(s) } |
