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();