зеркало из https://github.com/mozilla/pjs.git
Bug 304926: Tooltip for padlock (security) icon in location bar is missing, r=mconnor
This commit is contained in:
Родитель
5be457929c
Коммит
87939543c9
|
@ -3551,8 +3551,9 @@ nsBrowserStatusHandler.prototype =
|
|||
|
||||
var securityUI = gBrowser.securityUI;
|
||||
this.securityButton.setAttribute("tooltiptext", securityUI.tooltipText);
|
||||
if (this.urlBar)
|
||||
this.urlBar.setAttribute("infotext", securityUI.tooltipText);
|
||||
var lockIcon = document.getElementById("lock-icon");
|
||||
if (lockIcon)
|
||||
lockIcon.setAttribute("tooltiptext", securityUI.tooltipText);
|
||||
},
|
||||
|
||||
startDocumentLoad : function(aRequest)
|
||||
|
|
Загрузка…
Ссылка в новой задаче