From 7d13aaa6651a33b2f8b7842fb4890568c5bac496 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 5 Sep 2019 14:56:05 +0200 Subject: [PATCH] fix #3005 @0:20 --- resources/js/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/menu.js b/resources/js/menu.js index 3835527..3f195ef 100644 --- a/resources/js/menu.js +++ b/resources/js/menu.js @@ -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)`); -- 2.39.5