Usage for hash tag: Ristic

  1. Rufus

    3li 3. Liga

    #Halle trennt sich nun doch von #Ristic
document.addEventListener('DOMContentLoaded', function () { var consentDialog = document.querySelector('.fc-dialog'); consentDialog.style.display = 'block'; var consentButton = document.querySelector('.fc-cta-consent'); var doNotConsentButton = document.querySelector('.fc-cta-do-not-consent'); var manageOptionsButton = document.querySelector('.fc-cta-manage-options'); consentButton.addEventListener('click', function () { // Logik zur Zustimmung consentDialog.style.display = 'none'; }); doNotConsentButton.addEventListener('click', function () { // Logik zur Ablehnung consentDialog.style.display = 'none'; }); manageOptionsButton.addEventListener('click', function () { // Logik zur Verwaltung der Optionen }); });