This commit is contained in:
Hadi Nategh 2021-04-20 14:45:21 +02:00
parent f2922cafa7
commit 1a72732c3d

View File

@ -755,7 +755,7 @@ var fw_base = (function(){ "use strict"; return Class.extend(
internalName: app.appName, internalName: app.appName,
active: true, active: true,
isFrameworkTab: true, isFrameworkTab: true,
hinthint: _extra.hint, hint: _extra.hint,
refreshCallback: _extra.refreshCallback refreshCallback: _extra.refreshCallback
})); }));
@ -1368,7 +1368,8 @@ var fw_base = (function(){ "use strict"; return Class.extend(
if (_app) if (_app)
{ {
jQuery('.fl_app.'+_app).css({ jQuery('.fl_app.'+_app).css({
opacity: 1 opacity: 1,
animation:"anim 1s"
}); });
} }
let progress = jQuery('.fl_progress'); let progress = jQuery('.fl_progress');