This commit is contained in:
satyr 2009-11-12 11:24:23 +09:00
Родитель afd3e709c7
Коммит a1f16682b9
1 изменённых файлов: 1 добавлений и 6 удалений

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

@ -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);
}