$(document).ready(function () {
$(document).on("click", "[id^='footer']", function (ev) {
ev.preventDefault();
if (window && window.siteConsent && window.siteConsent.manageConsent) {
window.siteConsent.manageConsent();
}
});
});