Skip to content

Commit 368ee84

Browse files
committed
disable cookie consent
1 parent 1017e36 commit 368ee84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/components/support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function askForConsent() {
6464
}
6565

6666
if (localStorage.getItem('cookieConsent') === null) {
67-
askForConsent();
67+
//askForConsent(); // do not ask for consent because we do not use ads any longer
6868
} else {
6969
updateSupport();
7070
}

0 commit comments

Comments
 (0)