diff --git a/src/cookie-consent.mjs b/src/cookie-consent.mjs index 2ffe0cd..742780b 100644 --- a/src/cookie-consent.mjs +++ b/src/cookie-consent.mjs @@ -71,8 +71,7 @@ export default class Dialog extends HTMLElement { saveButtonText: Config().get("labels.aria.button"), defaultButtonLabel: Config().get("labels.button.default"), acceptAllButton: - Config().get("acceptAllButton") - && !Preferences().hasPreferences(), + Config().get("acceptAllButton") && !Preferences().hasPreferences(), }; // custom content from data-attributes const customContent = { @@ -122,10 +121,10 @@ export default class Dialog extends HTMLElement { this.tabList.init(); const template = ` -