REFACTOR Clean up app.js by removing console logs and ensuring menuInit is called on window load
This commit is contained in:
parent
2da33f7c82
commit
3a9b51c651
|
|
@ -1,6 +1,6 @@
|
|||
import menuInit from './header';
|
||||
console.log('menuInit');
|
||||
console.log('menuIniteeeee');
|
||||
import initSwiper from './swiper';
|
||||
|
||||
window.addEventListener('load', function () {
|
||||
menuInit();
|
||||
menuInit();
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user