Revert "Datenschutz-Hinweis beim laden der Seite anzeigen."

This reverts commit 2aa52d8662.
This commit is contained in:
Alexander Müller 2024-12-29 11:31:57 +01:00
parent 2aa52d8662
commit c47b24c71a
10 changed files with 169 additions and 130 deletions

View file

@ -2,7 +2,6 @@ import { createStarterKitElement, enhanceStarterKits } from './utils/starterkit-
import { seededShuffleChildren } from './utils/shuffle-utils.js';
import { initializeCreateStarterKitPopup } from './utils/create-starterkit.js';
import { loadPostwall } from './components/postwall.js';
import { checkUserNotice } from './utils/notice-utils.js';
let userConsent = null;
@ -18,9 +17,6 @@ async function loadTemplates() {
}
document.addEventListener('DOMContentLoaded', async function () {
// Datenschutz-Hinweis anzeigen oder nicht
checkUserNotice();
await loadTemplates();
initializeCreateStarterKitPopup();