From 12b5c87fe564bb565eed4f8804142a60a6884c0b Mon Sep 17 00:00:00 2001 From: jules Date: Sun, 26 Jan 2014 13:09:39 -0500 Subject: merge 'clear' behavior into reset and pause --- js/help.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/help.js') 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) } -- cgit v1.2.3-70-g09d2