]> _ Git - pmi.git/commitdiff
fix #3005 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Sep 2019 12:56:05 +0000 (14:56 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Sep 2019 12:56:05 +0000 (14:56 +0200)
resources/js/menu.js

index 383552782b33ffaf467639e2f9a9f544df028e53..3f195ef63ba694f6af0dfd641f2d36411b43ae96 100644 (file)
@@ -7,7 +7,7 @@ MmenuLight.prototype.offcanvas = offcanvas;
 document.addEventListener(
     'DOMContentLoaded', () => {
         let nav=document.getElementById("mobile-nav");
-        window.mmenu = new MmenuLight(nav, {title: "Menu", theme: 'dark'});
+        window.mmenu = new MmenuLight(nav, {title: "Menu"});
         window.menu_breakpoint = 1023; // Note: this should match the menu CSS breakpoint in setup.styl!
 
         mmenu.enable(`(max-width: ${menu_breakpoint}px)`);