]> _ Git - fluidbook-html5.git/commitdiff
try #5085 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 10 Feb 2022 15:31:12 +0000 (16:31 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 10 Feb 2022 15:31:12 +0000 (16:31 +0100)
js/libs/fluidbook/fluidbook.nav.js

index 06306006239c34b12fd980925d5d5ab57072587c..b2aad6528d28d3d96abe915c3098dcd96ba45cbc 100644 (file)
@@ -68,6 +68,7 @@ FluidbookNav.prototype = {
         // Bind API hooks (see http://mmenu.frebsite.nl/documentation/core/off-canvas.html#h4)
         this.menuAPI.bind("open:finish", function () {
             $('body').addClass('menu-open');
+            $("nav#menu").addClass('mm-menu_opened');
             $this.menuIsOpen = true;
 
             setInterval(function () {