From 399e737da7276c8da6154bfd5e2fc8c3fd760355 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 7 Aug 2019 16:59:33 +0200 Subject: [PATCH] Continue loading animation for another sec to give a chance to nm be there --- pixelegg/js/fw_pixelegg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelegg/js/fw_pixelegg.js b/pixelegg/js/fw_pixelegg.js index 2989235999..4bd8b32577 100644 --- a/pixelegg/js/fw_pixelegg.js +++ b/pixelegg/js/fw_pixelegg.js @@ -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); }, });