FEATURE Handling secondary submenus
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-11-27 09:17:31 +01:00
parent c3d1d7ddc3
commit 5df1252076

View File

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