зеркало из https://github.com/mozilla/gecko-dev.git
Sanitize bookmark function.
This commit is contained in:
Родитель
645bacc73e
Коммит
b1de3d3f3f
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче