Author: nathangray
New Revision: 55642
URL: http://svn.stylite.de/viewvc/egroupware?rev=55642&view=rev
Log:
Keep loading prompt up until there’s events too
Modified:
trunk/calendar/js/app.js
— trunk/calendar/js/app.js (original)
+++ trunk/calendar/js/app.js Tue Apr 5 23:57:10 2016
@@ -2828,6 +2828,8 @@
if(!multiple_owner) break;
}
}
+
-
egw.loading_prompt(this.appname,false);
},
/**
@@ -3280,7 +3282,13 @@
{
$j(window).trigger(‘resize’);
this.setState({state:this.state});
-
-
// Hide loader after 1 second as a fallback, it will also be hidden
-
// after loading is complete.
-
window.setTimeout(jQuery.proxy(function() {
-
egw.loading_prompt(this.appname,false);
-
}, this),1000);
-
}
},
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs