[open-ils-commits] r19445 - trunk/Open-ILS/xul/staff_client/external (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Feb 15 14:00:51 EST 2011


Author: phasefx
Date: 2011-02-15 14:00:47 -0500 (Tue, 15 Feb 2011)
New Revision: 19445

Modified:
   trunk/Open-ILS/xul/staff_client/external/developers.js
Log:
who needs this much noise in the javascript console? javascript.options.strict = false


Modified: trunk/Open-ILS/xul/staff_client/external/developers.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/external/developers.js	2011-02-14 21:29:22 UTC (rev 19444)
+++ trunk/Open-ILS/xul/staff_client/external/developers.js	2011-02-15 19:00:47 UTC (rev 19445)
@@ -1,6 +1,6 @@
 // Developer options
 pref("browser.dom.window.dump.enabled",true);
-pref("javascript.options.strict",true);
+pref("javascript.options.strict",false);
 pref("javascript.options.showInConsole",true);
 pref("nglayout.debug.disable_xul_cache",true);
 pref("nglayout.debug.disable_xul_fastload",true);



More information about the open-ils-commits mailing list