mirror of
https://codeberg.org/kirche-im-netz/Startodon-Hub.git
synced 2025-08-06 19:25:41 +02:00
Revert "Datenschutz-Hinweis beim laden der Seite anzeigen."
This reverts commit 2aa52d8662
.
This commit is contained in:
parent
2aa52d8662
commit
c47b24c71a
10 changed files with 169 additions and 130 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue