var cookieConsentHeader = "Pliki cookie wykorzystywane na stronie internetowej!"; var cookieConsentMessage = "Ta strona korzysta z plików cookie, aby zapewnić Ci najlepszą możliwą jakość"; var cookieConsentDismiss = "Rozumiem!"; var cookieConsentAllow = "Zezwalaj na cookies"; var cookieConsentDeny = "Odrzuć"; var cookieConsentLink = "Dowiedz się więcej"; var cookieConsentPolicy = "Polityka Cookie"; window.addEventListener("load", function () { window.cookieconsent.initialise({ "palette": { "popup": { "background": "#efefef", "text": "#404040" }, "button": { "background": "#ec1b24" } }, "theme": "edgeless", "position": "bottom-right", "content": { header: cookieConsentHeader, message: cookieConsentMessage, dismiss: cookieConsentDismiss, allow: cookieConsentAllow, deny: cookieConsentDeny, link: cookieConsentLink, href: "http://cookiesandyou.com", close: '❌', policy: cookieConsentPolicy, target: '_blank' } }) });