Bug 601201 - Re-enable the Error Console by default. r=beltzner,robcee

This commit is contained in:
Patrick Walton 2010-10-05 12:46:03 +02:00
Родитель 2acbdf0768
Коммит b4e1085539
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1042,8 +1042,8 @@ pref("services.sync.prefs.sync.spellchecker.dictionary", true);
pref("services.sync.prefs.sync.xpinstall.whitelist.required", true);
#endif
// Disable the Error Console
pref("devtools.errorconsole.enabled", false);
// Enable the Error Console (for now, see bug 601201)
pref("devtools.errorconsole.enabled", true);
// disable the Inspector
pref("devtools.inspector.enabled", false);