зеркало из https://github.com/mozilla/pjs.git
Bug 393814 - deleting a profile in profile manager should not leave no profile selected
p=Ray Kiddy <ray@ganymede.org> r=bsmedberg
This commit is contained in:
Родитель
3a938e82d3
Коммит
cc00366138
|
@ -274,7 +274,10 @@ function ConfirmDelete()
|
||||||
}
|
}
|
||||||
|
|
||||||
selectedProfile.remove(deleteFiles);
|
selectedProfile.remove(deleteFiles);
|
||||||
selectedItem.parentNode.removeChild(selectedItem);
|
profileList.removeChild(selectedItem);
|
||||||
|
if (profileList.firstChild != undefined) {
|
||||||
|
profileList.selectItem(profileList.firstChild);
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче