From: phasefx Date: Mon, 30 Nov 2009 20:32:51 +0000 (+0000) Subject: debugging X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4be18f61c838ba232c6d4c5b5f0c9d5f70327a75;p=evergreen%2Ftadl.git debugging git-svn-id: svn://svn.open-ils.org/ILS/trunk@15046 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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); } }