Bug 78124. r=javi/sr=scc. Change onclick for the security-button to call

the pageInfo window directly, opened to the security tab.


git-svn-id: svn://10.0.0.236/trunk@93568 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
thayes%netscape.com
2001-05-01 22:20:10 +00:00
parent b7033fa336
commit 91be385b5f

View File

@@ -44,8 +44,8 @@ function SetSecurityButton()
function displayPageInfo()
{
if (securityUI)
securityUI.displayPageInfoUI();
window.openDialog("chrome://navigator/content/pageInfo.xul", "_blank",
"dialog=no", null, "securityTab");
}
function DestroySecurity()