mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 05:19:28 +00:00
(js) Show progress indicator sooner on Calendar
This commit is contained in:
@@ -397,6 +397,7 @@
|
||||
};
|
||||
|
||||
function reload() {
|
||||
Component.$loaded = Component.STATUS.LOADING; // Show progress indicator
|
||||
Calendar.reloadWebCalendars().finally(function() {
|
||||
$rootScope.$emit('calendars:list');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user