mirror of
https://codeberg.org/kirche-im-netz/Startodon-Hub.git
synced 2025-08-19 00:58:17 +02:00
Funktion umbenannt
This commit is contained in:
parent
bbf62515a9
commit
2baabd846f
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import { checkConsent, setUserConsent, showConsentPopup } from './utils/consent-
|
|||
|
||||
document.addEventListener('DOMContentLoaded', async function () {
|
||||
// Starte sofort den Seitenaufbau
|
||||
initializeApp();
|
||||
initializeSite();
|
||||
|
||||
// Überprüfe parallel den Consent-Status
|
||||
const consent = checkConsent();
|
||||
|
@ -22,7 +22,7 @@ document.addEventListener('DOMContentLoaded', async function () {
|
|||
}
|
||||
});
|
||||
|
||||
async function initializeApp() {
|
||||
async function initializeSite() {
|
||||
await loadTemplates();
|
||||
|
||||
initializeCreateStarterKitPopup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue