summaryrefslogtreecommitdiff
path: root/js/help.js
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-26 13:09:39 -0500
committerjules <jules@okfoc.us>2014-01-26 13:09:39 -0500
commit12b5c87fe564bb565eed4f8804142a60a6884c0b (patch)
tree47f263b15e0d2670327f179a6b330f2f5d6262a8 /js/help.js
parented18fa084bb3ac015e799a0e5b5821ae68297e3a (diff)
merge 'clear' behavior into reset and pause
Diffstat (limited to 'js/help.js')
-rw-r--r--js/help.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/help.js b/js/help.js
index 9ac2660..6f39aa7 100644
--- a/js/help.js
+++ b/js/help.js
@@ -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) }