View cookies
' var acceptTemplate = ''; var rejectTemplate = '' if (getCookie("ACCEPT_TRACKING_COOKIES") === '') { window['ga-disable-G-4CWPYN3EFR'] = true; document.body.insertAdjacentHTML('afterbegin', promptTemplate); $jq('#accept-cookie').on('click', function () { window['ga-disable-G-4CWPYN3EFR'] = false; setCookie('ACCEPT_TRACKING_COOKIES', true, 365); $jq("#tna-cookie-prompt-banner").remove(); document.body.insertAdjacentHTML('afterbegin', acceptTemplate); $jq('#hide-message').on('click', function () { $jq("#tna-cookie-accept-banner").remove(); }) }) $jq('#reject-cookie').on('click', function () { setCookie('ACCEPT_TRACKING_COOKIES', false, 365); $jq("#tna-cookie-prompt-banner").remove(); document.body.insertAdjacentHTML('afterbegin', rejectTemplate); $jq('#hide-message').on('click', function () { $jq("#tna-cookie-reject-banner").remove(); }) }) } if (getCookie("ACCEPT_TRACKING_COOKIES") === 'false') { window['ga-disable-G-4CWPYN3EFR'] = true; } })()