From: phasefx Date: Tue, 15 Feb 2011 19:00:47 +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=fe21f4e4349cb4ce32cd2bbf7856a4c9b4796839;p=evergreen%2Fmasslnc.git who needs this much noise in the javascript console? javascript.options.strict = false git-svn-id: svn://svn.open-ils.org/ILS/trunk@19445 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);