Fix 62509: missing tab in the password manager. (patch by morse, I broke it in an earlier checkin). r=me sr=alecf

git-svn-id: svn://10.0.0.236/trunk@83494 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2000-12-11 21:49:37 +00:00
parent 62196f49fc
commit b7a30d57ac

View File

@@ -72,7 +72,7 @@ function Startup()
var tab = window.arguments[0];
if (tab == "S") {
element = document.getElementById("signonTab");
element.setAttribute("hidden", "true");
element.setAttribute("selected", "true");
element = document.getElementById("panel");
element.setAttribute("index","0" );