зеркало из https://github.com/mozilla/pjs.git
Synchronizing prefs, bug 323020
This commit is contained in:
Родитель
50c2f44488
Коммит
12c309445d
|
@ -186,12 +186,15 @@ function loadHomePageFromBrowser() {
|
|||
newVal += tabbrowser.getBrowserAtIndex(i).webNavigation.currentURI.spec;
|
||||
}
|
||||
homePageField.value = newVal;
|
||||
syncPref(homePageField);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
function loadHomePageBlank() {
|
||||
var homePageField = document.getElementById("browserStartupHomepage");
|
||||
homePageField.value = "about:blank";
|
||||
syncPref(homePageField);
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче