Fix empty calendars did not turn off loader div

This commit is contained in:
nathangray 2016-06-24 16:29:40 -06:00
parent 0962d7fb27
commit 814955bf4d

View File

@ -2897,6 +2897,8 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
else if(typeof framework !== 'undefined') else if(typeof framework !== 'undefined')
{ {
framework.applications.calendar.sidemenuEntry.hideAjaxLoader(); framework.applications.calendar.sidemenuEntry.hideAjaxLoader();
egw.loading_prompt('calendar',false)
} }
}, this,null }, this,null
); );