We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1017e36 commit 368ee84Copy full SHA for 368ee84
assets/js/components/support.js
@@ -64,7 +64,7 @@ function askForConsent() {
64
}
65
66
if (localStorage.getItem('cookieConsent') === null) {
67
- askForConsent();
+ //askForConsent(); // do not ask for consent because we do not use ads any longer
68
} else {
69
updateSupport();
70
0 commit comments