Increase banner cookie max-age to 10 min
This commit is contained in:
parent
6bf75d3a66
commit
be9d4d1c5a
|
@ -25,7 +25,7 @@
|
||||||
<script>
|
<script>
|
||||||
function closeIt() {
|
function closeIt() {
|
||||||
document.getElementById("gdpr").style.display = "none";
|
document.getElementById("gdpr").style.display = "none";
|
||||||
document.cookie = "banner=seen; max-age=300;";
|
document.cookie = "banner=seen; max-age=600;";
|
||||||
}
|
}
|
||||||
|
|
||||||
function playIt() {
|
function playIt() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user