From: Vincent Vanwaelscappel Date: Fri, 23 Nov 2018 17:28:26 +0000 (+0100) Subject: fix #2369 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=85f667f35094829187f5e1cbc5a65817e8dce12c;p=fluidbook-html5.git fix #2369 @0:20 --- diff --git a/js/libs/fluidbook/fluidbook.zoom.js b/js/libs/fluidbook/fluidbook.zoom.js index 3a0a206f..d3bf3523 100644 --- a/js/libs/fluidbook/fluidbook.zoom.js +++ b/js/libs/fluidbook/fluidbook.zoom.js @@ -183,8 +183,7 @@ FluidbookZoom.prototype = { if (this.fluidbook.help !== undefined) { this.fluidbook.help.hide(); // Hide the help view if it's showing } - $("#shadow").hide(); - + $("#shadow").addClass('hidden'); if (!$('header').hasClass('hidden')) { $(hiddenElements).addClass('hidden'); this.hideInterfaceTimeout = setTimeout(function () {