mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Finish up loading animation if the active tab is an old etemplate
This commit is contained in:
@ -169,7 +169,9 @@ window.fw_browser = (function(){ "use strict"; return Class.extend(
|
||||
},5000);
|
||||
|
||||
this.loadingDeferred.always(function() {
|
||||
framework.firstload_animation(self.app.appName);
|
||||
framework.firstload_animation(self.app.appName,
|
||||
framework.activeApp.appName == self.app.appName
|
||||
&& !self.app.browser.contentDiv? 100 : null);
|
||||
if(self.ajaxLoaderDiv)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user