summaryrefslogtreecommitdiffstats
path: root/docs/generator/custom/javascripts/cookie-consent.js
blob: a5c65da49501ff8e01d3ea8ba61d21e25d0c20c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
window.addEventListener("load", function(){
window.cookieconsent.initialise({
  "palette": {
    "popup": {
      "background": "#000"
    },
    "button": {
      "background": "#f1d600"
    }
  },
  "content": {
    "href": "https://docs.netdata.cloud/docs/privacy-policy/"
  }
})});