Minor JS cleanup
This commit is contained in:
@@ -93,16 +93,16 @@ with the EU Cookie Law https://privacypolicies.com/blog/eu-cookie-law
|
|||||||
<script>
|
<script>
|
||||||
window.addEventListener("load", function () {
|
window.addEventListener("load", function () {
|
||||||
window.cookieconsent.initialise({
|
window.cookieconsent.initialise({
|
||||||
"palette": {
|
palette: {
|
||||||
"popup": {
|
popup: {
|
||||||
"background": "#edeff5",
|
background: "#edeff5",
|
||||||
"text": "#838391"
|
text: "#838391"
|
||||||
},
|
},
|
||||||
"button": {
|
button: {
|
||||||
"background": "#067ec1"
|
"background": "#067ec1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"position": "top"
|
position: "top",
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user