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