gdpr.init.js 336 B

12345678910111213
  1. tarteaucitron.init();
  2. //tarteaucitron.userInterface.respondAll(true);
  3. //document.addEventListener("DOMContentLoaded", function() {
  4. /*
  5. setTimeout(function() {
  6. var cookie = tarteaucitron.cookie.read();
  7. if (cookie.indexOf('gdpr_responded=true') < 0) {
  8. tarteaucitron.userInterface.openAlert();
  9. }
  10. }, 2000);
  11. */
  12. //});