From 354762a30aa30c7a1fd9cad1912b75ee69e00d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 15 Aug 2019 15:01:28 +0200 Subject: [PATCH] Fix filterpanel collapsing on scroll in mobile view --- .../typo3conf/ext/ep_theme/Resources/Private/Assets/js/_app.js | 1 - 1 file changed, 1 deletion(-) 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) {