From f1b8e0fd162362cf204ce83e0c2c8f8ca4dccd90 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Wed, 23 Feb 2022 15:16:00 +0100 Subject: [PATCH] Fix path to cookieconsent css --- overrides/js/cookieconsent-init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/js/cookieconsent-init.js b/overrides/js/cookieconsent-init.js index ef826ec..b0bbba7 100644 --- a/overrides/js/cookieconsent-init.js +++ b/overrides/js/cookieconsent-init.js @@ -5,7 +5,7 @@ var cc = initCookieConsent(); cc.run({ current_lang: 'en', autoclear_cookies: true, // default: false - theme_css: 'css/cookieconsent.css', // 🚨 replace with a valid path + theme_css: '../../css/cookieconsent.css', // 🚨 replace with a valid path page_scripts: true, // default: false // mode: 'opt-in' // default: 'opt-in'; value: 'opt-in' or 'opt-out'