зеркало из https://github.com/mozilla/pjs.git
Refreshes to do tree after getting remote events..
This commit is contained in:
Родитель
eab0e9c1b2
Коммит
6b782a918b
|
@ -479,9 +479,6 @@ calendarManager.prototype.checkCalendarURL = function calMan_checkCalendarURL( C
|
|||
{
|
||||
//calendarSubscribed is the subscribed calendar object.
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -497,6 +494,8 @@ function onResponseAndRefresh( )
|
|||
|
||||
refreshEventTree( false );
|
||||
|
||||
refreshToDoTree( false );
|
||||
|
||||
gCalendarWindow.currentView.refreshEvents();
|
||||
|
||||
document.getElementById( "calendar-list-image-"+calendarToGet.serverNumber ).removeAttribute( "synching" );
|
||||
|
|
Загрузка…
Ссылка в новой задаче