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:
@@ -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" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user