FEATURE Handling secondary submenus
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c3d1d7ddc3
commit
5df1252076
|
|
@ -3,7 +3,7 @@ import initFooterShapes from './footer';
|
||||||
import handleScrollTop from './utilities/scroll-top';
|
import handleScrollTop from './utilities/scroll-top';
|
||||||
import handleInsidePageScrolling from './page-scrolling';
|
import handleInsidePageScrolling from './page-scrolling';
|
||||||
window.addEventListener('load', function () {
|
window.addEventListener('load', function () {
|
||||||
// menuInit();
|
menuInit();
|
||||||
initFooterShapes();
|
initFooterShapes();
|
||||||
handleScrollTop();
|
handleScrollTop();
|
||||||
handleInsidePageScrolling();
|
handleInsidePageScrolling();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user