mirror of
https://github.com/Icinga/icinga-docs-tools.git
synced 2025-07-22 21:34:26 +02:00
Fix path to cookieconsent css
This commit is contained in:
parent
e9e9c03361
commit
f1b8e0fd16
@ -5,7 +5,7 @@ var cc = initCookieConsent();
|
|||||||
cc.run({
|
cc.run({
|
||||||
current_lang: 'en',
|
current_lang: 'en',
|
||||||
autoclear_cookies: true, // default: false
|
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
|
page_scripts: true, // default: false
|
||||||
|
|
||||||
// mode: 'opt-in' // default: 'opt-in'; value: 'opt-in' or 'opt-out'
|
// mode: 'opt-in' // default: 'opt-in'; value: 'opt-in' or 'opt-out'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user