From: Vincent Vanwaelscappel Date: Wed, 18 Oct 2023 12:37:02 +0000 (+0200) Subject: wait #6283 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7404122c7b673765e130bd999023dac68e37d674;p=fluidbook-toolbox.git wait #6283 --- diff --git a/public/packages/fluidbook/toolbox/js/bundle.js b/public/packages/fluidbook/toolbox/js/bundle.js index f073fd19e..a2918dc8c 100644 --- a/public/packages/fluidbook/toolbox/js/bundle.js +++ b/public/packages/fluidbook/toolbox/js/bundle.js @@ -84,5 +84,5 @@ function showLoader(message, progress) { } function hideLoader() { - //$("#loader").remove(); + $("#loader").remove(); }