svrjs-mods-directory/js/cookieconsentinit.js

12 lines
250 B
JavaScript
Raw Permalink Normal View History

2024-12-27 15:05:54 +01:00
window.cookieconsent.initialise({
palette: {
popup: { background: "#007000" },
button: { background: "#e5e5e5" },
},
theme: "classic",
location: true,
content: {
href: "https://svrjs.org/privacy"
}
});