fix Account Wizard bustage for alec. Unclosed brace was causing wizard to show up blank and have non-functional buttons. r=hyatt,nbhatla.

This commit is contained in:
ben%netscape.com 2000-09-14 10:28:17 +00:00
Родитель 264ad311ba
Коммит 500a93c0e5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -634,7 +634,7 @@ function updateMap(pageData, wizardMap) {
dump("Updating wizard map..\n");
if (pageData.accounttype) {
var ismailaccount = pageData.accounttype.mailaccount;
dump("Accounttype is mail: " + (ismailaccount && ismailaccount.value + "\n");
dump("Accounttype is mail: " + (ismailaccount && ismailaccount.value) + "\n");
// set up default account stuff
wizardMap.identity.next = "server";
wizardMap.done.previous = "accname";