From 7404122c7b673765e130bd999023dac68e37d674 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 18 Oct 2023 14:37:02 +0200 Subject: [PATCH] wait #6283 --- public/packages/fluidbook/toolbox/js/bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.5