From 65708e4365acbab3d096d38dc74aaa229ba70b83 Mon Sep 17 00:00:00 2001 From: Marvin Martinson Date: Fri, 2 Nov 2018 14:40:16 +0200 Subject: [PATCH] changes --- assets/js/cookie.js | 5 +++-- index.html | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/js/cookie.js b/assets/js/cookie.js index 8c3aaac..f601f23 100755 --- a/assets/js/cookie.js +++ b/assets/js/cookie.js @@ -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() { } } }) -}); +});*/ diff --git a/index.html b/index.html index 0f52958..2be45dd 100755 --- a/index.html +++ b/index.html @@ -9,8 +9,7 @@ - - +