mirror of
https://codeberg.org/kirche-im-netz/Startodon-Hub.git
synced 2025-08-31 07:09:48 +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 () {
|
document.addEventListener('DOMContentLoaded', async function () {
|
||||||
// Starte sofort den Seitenaufbau
|
// Starte sofort den Seitenaufbau
|
||||||
initializeApp();
|
initializeSite();
|
||||||
|
|
||||||
// Überprüfe parallel den Consent-Status
|
// Überprüfe parallel den Consent-Status
|
||||||
const consent = checkConsent();
|
const consent = checkConsent();
|
||||||
|
@ -22,7 +22,7 @@ document.addEventListener('DOMContentLoaded', async function () {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
async function initializeApp() {
|
async function initializeSite() {
|
||||||
await loadTemplates();
|
await loadTemplates();
|
||||||
|
|
||||||
initializeCreateStarterKitPopup();
|
initializeCreateStarterKitPopup();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue