renamed to cookies related variables

This commit is contained in:
array-in-a-matrix 2021-12-30 02:31:44 -05:00
parent cffdf0c73d
commit 509b054637

View file

@ -1,7 +1,7 @@
// set cookie according to you
var cookieName = "ConsentCookie";
var cookieValue = "Consent?";
var cookieExpireDays = 7;
var cookieName = "Cookie";
var cookieValue = "Gave cookie away";
var cookieExpireDays = 1;
// when users click accept button
let acceptCookie = document.getElementById("acceptCookie");