Synchronizing prefs, bug 323020

This commit is contained in:
mgalli%geckonnection.com 2006-04-13 20:33:49 +00:00
Родитель 50c2f44488
Коммит 12c309445d
1 изменённых файлов: 3 добавлений и 0 удалений

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

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