http://js/cookieconsent.min.js

window.cookieconsent.initialise({
container: document.getElementById(“content”),
palette:{
popup: {background: “#fff”},
button: {background: “#aa0000”},
},
revokable:true,
onStatusChange: function(status) {
console.log(this.hasConsented() ?
‘Cookie engedélyezése’ : ‘Cookie elutasÍtása’);
},
law: {
regionalLaw: false,
},
location: true,
});