]> _ Git - fluidbook-html5.git/commitdiff
fix #2369 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 23 Nov 2018 17:28:26 +0000 (18:28 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 23 Nov 2018 17:28:26 +0000 (18:28 +0100)
js/libs/fluidbook/fluidbook.zoom.js

index 3a0a206fded02f72c92211b6adaff430c8f76f0d..d3bf3523167271cde967b1b9e6aa0958ff2ecb6c 100644 (file)
@@ -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 () {