Bug 1560255 - fix typo that broke Movemail wizard when calling it directly from Account central. r=jorgk DONTBUILD

This commit is contained in:
aceman 2019-06-19 22:56:00 +02:00
Родитель 98e34e6870
Коммит 9a0bd5e519
1 изменённых файлов: 1 добавлений и 1 удалений

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

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