mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
Continue loading animation for another sec to give a chance to nm be there
This commit is contained in:
parent
2191269e2e
commit
399e737da7
@ -70,7 +70,7 @@
|
|||||||
*/
|
*/
|
||||||
et2_loadingFinished: function() {
|
et2_loadingFinished: function() {
|
||||||
this._super.apply(this, arguments);
|
this._super.apply(this, arguments);
|
||||||
jQuery('#egw_fw_firstload').remove();
|
setTimeout(function(){jQuery('#egw_fw_firstload').remove()}, 1000);
|
||||||
},
|
},
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user