From ee9ed34eabdc9eaedd9396976d9158aaa6e7ff3c Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Thu, 3 Oct 2002 05:04:01 +0000 Subject: [PATCH] Turn off js errors in js console. --- browser/app/profile/all.js | 2 +- browser/app/profile/firebird.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/app/profile/all.js b/browser/app/profile/all.js index d72c242eaabe..93be0aafa11c 100644 --- a/browser/app/profile/all.js +++ b/browser/app/profile/all.js @@ -297,7 +297,7 @@ pref("dom.disable_window_open_feature.status", false); pref("javascript.enabled", true); pref("javascript.options.strict", false); -pref("javascript.options.showInConsole", true); +pref("javascript.options.showInConsole", false); // advanced prefs pref("advanced.always_load_images", true); diff --git a/browser/app/profile/firebird.js b/browser/app/profile/firebird.js index d72c242eaabe..93be0aafa11c 100644 --- a/browser/app/profile/firebird.js +++ b/browser/app/profile/firebird.js @@ -297,7 +297,7 @@ pref("dom.disable_window_open_feature.status", false); pref("javascript.enabled", true); pref("javascript.options.strict", false); -pref("javascript.options.showInConsole", true); +pref("javascript.options.showInConsole", false); // advanced prefs pref("advanced.always_load_images", true);