mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 19:01:04 +01:00
Finish up loading animation if the active tab is an old etemplate
This commit is contained in:
parent
1c5ba62083
commit
75ad2797e1
@ -165,7 +165,9 @@ var 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)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user