We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca313b commit f61b205Copy full SHA for f61b205
docs/c15t-cookie-banner.js
@@ -40,7 +40,6 @@
40
applyConsent(defaultConsent);
41
showCookieBanner();
42
}
43
-
44
45
46
function getStoredConsent() {
@@ -221,8 +220,7 @@
221
220
const consent = {
222
necessary: true,
223
analytics: document.getElementById("cookie-analytics").checked,
224
- marketing: document.getElementById("cookie-marketing")
225
- .checked,
+ marketing: document.getElementById("cookie-marketing").checked,
226
};
227
applyConsent(consent);
228
hidePreferencesDialog();
@@ -234,7 +232,6 @@
234
232
if (dialogOverlay) dialogOverlay.remove();
235
233
236
237
238
// Add styles
239
const style = document.createElement("style");
240
style.textContent = `
0 commit comments