mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix empty calendars did not turn off loader div
This commit is contained in:
parent
0962d7fb27
commit
814955bf4d
@ -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
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user