This commit is contained in:
Marvin Martinson
2018-11-02 14:40:16 +02:00
parent a3f659655f
commit 65708e4365
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
var cookiesEnabled = false;
var cookiesEnabled = true;
/*
window.addEventListener("load", function() {
window.cookieconsent.initialise({
"type": "opt-in",
@@ -31,4 +32,4 @@ window.addEventListener("load", function() {
}
}
})
});
});*/