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

This commit is contained in:
blakeross%telocity.com 2000-12-11 21:49:37 +00:00
Родитель 8fd8cdd782
Коммит 318b2d321b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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" );