Do Not Sell My Personal Information’; //will have to update this to make it appear in the footer of whatever site you working on jQuery(“#footer-nav”).append(opt_out_btn); } if (window.is_euro_union == ‘1’) { regular_opt_out_link = false; var elemP = ‘ Privacy Choices’; jQuery(‘#footer-nav’).append(elemP); } if (regular_opt_out_link == true) { var elemO = ‘ Opt Out’; jQuery(‘#footer-nav’).append(elemO); } var modal = jQuery(‘#ccpa-modal’); jQuery(‘#opt-out-button’).on(‘click’, function() { modal.css(‘display’, ‘flex’); }); jQuery(‘#modal-close’).on(‘click’, function() { modal.css(‘display’, ‘none’); }); if (window.is_euro_union == “0”) { jQuery(‘body’).addClass(‘no-cmp’); } }); ]]>