зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
264ad311ba
Коммит
500a93c0e5
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче