From dacb4e0e60fc589c193803185dd310554e320256 Mon Sep 17 00:00:00 2001 From: Mason James Date: Wed, 18 Mar 2009 16:19:34 +1300 Subject: [PATCH] quietens a noisy debug pop-up, when debugging Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc index 3515027bf9..c36daa66ff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc @@ -7,7 +7,7 @@ var debug = ""; var dformat = ""; var sentmsg = 0; -if (debug > 0) {alert("dateformat: " + dformat + "\ndebug is on (level " + debug + ")");} +if (debug > 1) {alert("dateformat: " + dformat + "\ndebug is on (level " + debug + ")");} function Date_from_syspref(dstring) { var dateX = dstring.split(/[-/]/); -- 2.20.1