Minor JS cleanup

This commit is contained in:
Nabeel Shahzad
2018-09-20 09:36:15 -05:00
parent e878168d4c
commit 2de900eaa8

View File

@@ -93,16 +93,16 @@ with the EU Cookie Law https://privacypolicies.com/blog/eu-cookie-law
<script>
window.addEventListener("load", function () {
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#edeff5",
"text": "#838391"
palette: {
popup: {
background: "#edeff5",
text: "#838391"
},
"button": {
button: {
"background": "#067ec1"
}
},
"position": "top"
position: "top",
})
});
</script>