Continue loading animation for another sec to give a chance to nm be there

This commit is contained in:
Hadi Nategh 2019-08-07 16:59:33 +02:00
parent 2191269e2e
commit 399e737da7

View File

@ -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);
}, },
}); });