mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix typo
This commit is contained in:
parent
f2922cafa7
commit
1a72732c3d
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user