Finish up loading animation if the active tab is an old etemplate

This commit is contained in:
Hadi Nategh 2022-08-05 12:53:45 +02:00
parent f17cf1ee0e
commit 10b61cc612

View File

@ -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)
{