From 0873482b5ec7f1778ee5d728258dfb2eb672a11a Mon Sep 17 00:00:00 2001 From: Martin Kozianka Date: Thu, 10 Aug 2017 13:17:40 +0200 Subject: [PATCH] Removed unused css file reference --- contao/config/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contao/config/config.php b/contao/config/config.php index 3767c19..e8094e7 100644 --- a/contao/config/config.php +++ b/contao/config/config.php @@ -26,8 +26,9 @@ ] ]); +/* if (TL_MODE === 'BE') { - $GLOBALS['TL_CSS'][] = "/system/modules/metafields/assets/style.css"; + $GLOBALS['TL_CSS'][] = "/system/modules/metafields/assets/style.css||static"; } - +*/