From: phasefx Date: Thu, 17 Feb 2011 04:20:19 +0000 (+0000) Subject: who needs this much noise in the javascript console? javascript.options.strict =... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=615ff7d854a4f327077fb041c8e3189de62dee49;p=evergreen%2Ftadl.git who needs this much noise in the javascript console? javascript.options.strict = false git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_1@19462 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/external/developers.js b/Open-ILS/xul/staff_client/external/developers.js index a3836c1ce2..bbf12cef3f 100644 --- a/Open-ILS/xul/staff_client/external/developers.js +++ b/Open-ILS/xul/staff_client/external/developers.js @@ -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);