[open-ils-commits] r14210 - trunk/Open-ILS/xul/staff_client/defaults/preferences (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Sep 29 15:29:24 EDT 2009
Author: phasefx
Date: 2009-09-29 15:29:19 -0400 (Tue, 29 Sep 2009)
New Revision: 14210
Modified:
trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
Log:
More noise than is helpful; turning this off by default :)
Modified: trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js 2009-09-29 18:56:38 UTC (rev 14209)
+++ trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js 2009-09-29 19:29:19 UTC (rev 14210)
@@ -50,7 +50,7 @@
// 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",false);
pref("nglayout.debug.disable_xul_fastload",false);
More information about the open-ils-commits
mailing list