This commit is contained in:
mgalli%geckonnection.com 2005-12-22 22:58:46 +00:00
Родитель b88809c863
Коммит 4979c3ef3d
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");