зеркало из https://github.com/mozilla/pjs.git
disable adv image pref is imageblocking is enabled
This commit is contained in:
Родитель
7082640549
Коммит
7e09e17953
|
@ -286,6 +286,9 @@ nsPrefWindow.prototype =
|
|||
element = window.frames[this.contentFrame].document.getElementById("cookieWindow");
|
||||
titleWithImages = element.getAttribute("titleWithImages");
|
||||
element.setAttribute("title",titleWithImages);
|
||||
} else if (aPageTag.indexOf("pref-advanced") != -1) {
|
||||
element = window.frames[this.contentFrame].document.getElementById("advancedAlwaysLoadImages");
|
||||
element.setAttribute("style","display: none;" );
|
||||
}
|
||||
}
|
||||
} catch(e) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче