зеркало из https://github.com/mozilla/ubiquity.git
builtincmds: rm startup_setBasicPreferences (http://getsatisfaction.com/mozilla/topics/javascript_options_showinconsole)
This commit is contained in:
Родитель
afd3e709c7
Коммит
a1f16682b9
|
@ -331,14 +331,9 @@ function ubiquityLoad_commandHistory(U) {
|
|||
CmdHst.add(textBox.value);
|
||||
cursor = -1;
|
||||
}, false);
|
||||
};
|
||||
}
|
||||
|
||||
function startup_openUbiquityWelcomePage() {
|
||||
if (UbiquitySetup.isNewlyInstalledOrUpgraded)
|
||||
Utils.focusUrlInBrowser(Help);
|
||||
}
|
||||
|
||||
function startup_setBasicPreferences() {
|
||||
// Allow JS chrome errors to show up in the error console.
|
||||
prefs.setValue("javascript.options.showInConsole", true);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче