From 4be18f61c838ba232c6d4c5b5f0c9d5f70327a75 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 30 Nov 2009 20:32:51 +0000 Subject: [PATCH] debugging git-svn-id: svn://svn.open-ils.org/ILS/trunk@15046 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/date.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/date.js b/Open-ILS/xul/staff_client/chrome/content/util/date.js index c4f8ef1c56..f0e3437877 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/date.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/date.js @@ -111,7 +111,7 @@ util.date.formatted_date = function (orig_date,format) { return s; } catch(E) { - alert('Error in util.date.formatted_date:\ntypeof orig_date = ' + typeof orig_date + ' orig_date = ' + orig_date + '\ntypeof _date = ' + typeof _date + ' _date = ' + _date + '\nformat = ' + format + '\n' + E); + alert('Error in util.date.formatted_date:\nlocation.href = ' + location.href + '\ntypeof orig_date = ' + typeof orig_date + ' orig_date = ' + orig_date + '\ntypeof _date = ' + typeof _date + ' _date = ' + _date + '\nformat = ' + format + '\n' + E); } } -- 2.11.0