renamed to cookies related variables
This commit is contained in:
parent
cffdf0c73d
commit
509b054637
1 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue