diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js index 629853b2..baa96e25 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js @@ -300,7 +300,6 @@ new Vue({ $window.on('resize', () => { this.setMobileMode(); this.initCarousels(); - this.initFilterpanel(); this.initDropdownMenuBehavior(); let newBackgroundImageMode = this.getBackgroundImageMode(); if (this.backgroundImageMode !== newBackgroundImageMode) {