зеркало из 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:
Родитель
f8a9b01a2b
Коммит
95ff4487c3
|
@ -274,7 +274,10 @@ function ConfirmDelete()
|
|||
}
|
||||
|
||||
selectedProfile.remove(deleteFiles);
|
||||
selectedItem.parentNode.removeChild(selectedItem);
|
||||
profileList.removeChild(selectedItem);
|
||||
if (profileList.firstChild != undefined) {
|
||||
profileList.selectItem(profileList.firstChild);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче