Bug 1560255 - fix typo that broke Movemail wizard when calling it directly from Account central. r=jorgk DONTBUILD
This commit is contained in:
Родитель
98e34e6870
Коммит
9a0bd5e519
|
@ -193,7 +193,7 @@ function initAccountWizardTB(args) {
|
|||
if (type == "newsgroups") {
|
||||
selType = "newsaccount";
|
||||
} else if (type == "movemail") {
|
||||
selType = "Movemail";
|
||||
selType = "movemail";
|
||||
}
|
||||
let accountwizard = document.getElementById("AccountWizard");
|
||||
let acctyperadio = document.getElementById("acctyperadio");
|
||||
|
|
Загрузка…
Ссылка в новой задаче