зеркало из https://github.com/mozilla/pjs.git
Fixing problem with listitem not being deleted from the tree after deleting an item.
This commit is contained in:
Родитель
3802661053
Коммит
6291017cd3
|
@ -257,7 +257,7 @@ calendarManager.prototype.deleteCalendar = function calMan_deleteCalendar( ThisC
|
|||
|
||||
|
||||
//remove the listitem
|
||||
document.getElementById( "calendar-list-item-"+ThisCalendarObject.serverNumber ).parentNode.removeChild( document.getElementById( "calendar-list-item-"+ThisCalendarObject.serverNumber ) );
|
||||
document.getElementById( "calendar-list-item-"+ThisCalendarObject.serverNumber ).parentNode.parentNode.removeChild( document.getElementById( "calendar-list-item-"+ThisCalendarObject.serverNumber ).parentNode );
|
||||
|
||||
//TODO: remove the file completely
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче