forked from extern/egroupware
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);
|
||||
|
||||
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