From 5df1252076c27b1683766c9743156b23bde26fa4 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 27 Nov 2025 09:17:31 +0100 Subject: [PATCH] FEATURE Handling secondary submenus --- resources/js/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/app.ts b/resources/js/app.ts index c3e4a6a..626d652 100644 --- a/resources/js/app.ts +++ b/resources/js/app.ts @@ -3,7 +3,7 @@ import initFooterShapes from './footer'; import handleScrollTop from './utilities/scroll-top'; import handleInsidePageScrolling from './page-scrolling'; window.addEventListener('load', function () { - // menuInit(); + menuInit(); initFooterShapes(); handleScrollTop(); handleInsidePageScrolling();