mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
Finish up loading animation if the active tab is an old etemplate
This commit is contained in:
parent
f17cf1ee0e
commit
10b61cc612
@ -169,7 +169,9 @@ window.fw_browser = (function(){ "use strict"; return Class.extend(
|
|||||||
},5000);
|
},5000);
|
||||||
|
|
||||||
this.loadingDeferred.always(function() {
|
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)
|
if(self.ajaxLoaderDiv)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user