[open-ils-commits] r15046 - trunk/Open-ILS/xul/staff_client/chrome/content/util (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 30 15:32:56 EST 2009


Author: phasefx
Date: 2009-11-30 15:32:51 -0500 (Mon, 30 Nov 2009)
New Revision: 15046

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/util/date.js
Log:
debugging

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/date.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/date.js	2009-11-30 19:58:13 UTC (rev 15045)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/date.js	2009-11-30 20:32:51 UTC (rev 15046)
@@ -111,7 +111,7 @@
     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);
     }
 }
 



More information about the open-ils-commits mailing list