(js) Show progress indicator sooner on Calendar

pull/229/merge
Francis Lachapelle 2018-07-16 12:20:33 -04:00
parent ffac0a9c13
commit 5b9ab00bda
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@
};
function reload() {
Component.$loaded = Component.STATUS.LOADING; // Show progress indicator
Calendar.reloadWebCalendars().finally(function() {
$rootScope.$emit('calendars:list');
});