Skip to content

Instantly share code, notes, and snippets.

@AertHulsebos
Created May 27, 2021 14:05
Show Gist options
  • Select an option

  • Save AertHulsebos/d721f8a39692ee13eb775c4b37d38776 to your computer and use it in GitHub Desktop.

Select an option

Save AertHulsebos/d721f8a39692ee13eb775c4b37d38776 to your computer and use it in GitHub Desktop.
jQuery(document).ready(
function($)
{
$(document).on("cmplzCookieWarningLoaded", myScriptHandler);
function myScriptHandler(consentData) {
$('a.cc-link.impressum').text('Privacy Statement');
}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment