This commit is contained in:
mgalli%geckonnection.com 2005-12-22 22:58:46 +00:00
Родитель 645bacc73e
Коммит b1de3d3f3f
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -144,6 +144,10 @@ function sanitizeAll()
document.getElementById("privacySanitize").disabled=true;
}
function sanitizeBookmarks() {
// in Common.
BookmarksDeleteAllAndSync();
}
/*
* New Mini Pref Implementation
@ -374,8 +378,10 @@ function syncPrefSaveDOM() {
}
function syncPrefLoadDOM(elementList) {
for(var strCurKey in elementList) {
var elementAndPref=document.getElementById(elementList[strCurKey]);
var prefName=elementAndPref.getAttribute("preference");
var prefUIType=elementAndPref.getAttribute("prefuitype");