summaryrefslogtreecommitdiffstats
path: root/docs/generator/custom/javascripts/cookie-consent.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/generator/custom/javascripts/cookie-consent.js')
-rw-r--r--docs/generator/custom/javascripts/cookie-consent.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/generator/custom/javascripts/cookie-consent.js b/docs/generator/custom/javascripts/cookie-consent.js
deleted file mode 100644
index a5c65da49..000000000
--- a/docs/generator/custom/javascripts/cookie-consent.js
+++ /dev/null
@@ -1,15 +0,0 @@
-window.addEventListener("load", function(){
-window.cookieconsent.initialise({
- "palette": {
- "popup": {
- "background": "#000"
- },
- "button": {
- "background": "#f1d600"
- }
- },
- "content": {
- "href": "https://docs.netdata.cloud/docs/privacy-policy/"
- }
-})});
-