Site not found <script src="https://static.revolutionaries.ie/js/extend-analytics-gtag.js" integrity="sha384-oS/okXMGbgFXJhanYwPyEKCnZ37To/OUJiJdLCm7FE9fCc1PMRMRlwT5Gh7DmiDy" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://static.revolutionaries.ie/js/jquery.switchery/0.8.2/switchery.min.css"> <script src="https://static.revolutionaries.ie/js/jquery.switchery/0.8.2/switchery.min.js" integrity="sha384-TQoD7dUpExpkROpOogJxOikeaVgxW5wife1JxREcnJRr/IImjljncOf9IBWLLfVB" crossorigin="anonymous"></script> <script src="https://static.revolutionaries.ie/libs/js-cookie/2.2.0/js.cookie.js" integrity="sha384-pYWZn0iHwOHWaKlcqVkSET7EEfiJEGBrQM2KrJgl31heXL6Y5dZP9sQzmUtQ6sm5" crossorigin="anonymous"></script> <script> $( document ).ready(function() { Cookies.set("cookie_pref","1",{expires:70,path:"/",secure: true}); var elem = document.querySelector('.js-switch'); var init = new Switchery(elem, { size: 'small', secondaryColor: '#e50429' }); var changeCheckbox = document.querySelector('.js-check-change') , changeField = document.querySelector('.js-check-change-field'); changeCheckbox.onchange = function() { if ( changeCheckbox.checked == true ) { checkVal = "on"; Cookies.set("cookie_pref","1",{expires:70,path:"/",secure: true}); } else { checkVal = "off"; Cookies.set("cookie_pref","0",{expires:70,path:"/",secure: true}); } changeField.innerHTML = checkVal; }; $("button.cookie-continue").click(function () { $("div.cookie-banner").slideUp("slow"); $("body").removeClass("has-cookie-banner"); Cookies.set("cookie_notice_viewed","1",{expires:60,path:"/",secure: true}); }); }); </script>