Author: nathangray
New Revision: 55651
URL: http://svn.stylite.de/viewvc/egroupware?rev=55651&view=rev
Log:
Do not show loading prompt for popups
Modified:
trunk/calendar/js/app.js
— trunk/calendar/js/app.js (original)
+++ trunk/calendar/js/app.js Wed Apr 6 17:19:24 2016
@@ -91,16 +91,18 @@
window.app.calendar = window.top.app.calendar;
return;
}
-
else if (window.top == window && !egw(window).is_popup())
-
{
-
// Show loading div
-
egw.loading_prompt(
-
this.appname,true,egw.lang('please wait...'),
-
framework.applications.calendar.tab.contentDiv,
-
egwIsMobile()?'horizental':'spinner'
-
);
-
}
// call parent
this._super.apply(this, arguments);
-
-
// Show loading div
-
egw.loading_prompt(
-
this.appname,true,egw.lang('please wait...'),
-
framework.applications.calendar.tab.contentDiv,
-
egwIsMobile()?'horizental':'spinner'
-
);
// Scroll
jQuery(jQuery.proxy(this._scroll,this));
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs