From 814955bf4dd97336f0ffac71eaa9907ee61560c2 Mon Sep 17 00:00:00 2001 From: nathangray Date: Fri, 24 Jun 2016 16:29:40 -0600 Subject: [PATCH] Fix empty calendars did not turn off loader div --- calendar/js/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calendar/js/app.js b/calendar/js/app.js index 1c2385220a..55dcde322a 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -2897,6 +2897,8 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend( else if(typeof framework !== 'undefined') { framework.applications.calendar.sidemenuEntry.hideAjaxLoader(); + egw.loading_prompt('calendar',false) + } }, this,null );