Check in on behalf of walk84. Bug 88838 - help button for Cert Manager/Auth not working. r=ddrinan,r=oeschger,sr=blizzard

This commit is contained in:
ddrinan%netscape.com 2001-07-07 20:58:54 +00:00
parent df1d4cf08e
commit 8babf11c1a

View File

@ -88,7 +88,7 @@ function getSelectedTab()
key = "?my_certs";
} else if (selTabID == "websites_tab") {
key = "?web_certs";
} else if (selTab == "ca_tab") {
} else if (selTabID == "ca_tab") {
key = "?ca_certs";
}
var context = helpURL + key;