diff --git a/mozilla/suite/common/pref/nsPrefWindow.js b/mozilla/suite/common/pref/nsPrefWindow.js index 019f59aaea2..991204a73f9 100644 --- a/mozilla/suite/common/pref/nsPrefWindow.js +++ b/mozilla/suite/common/pref/nsPrefWindow.js @@ -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) {