Funktion umbenannt

This commit is contained in:
Alexander Müller 2024-12-29 12:25:00 +01:00
parent bbf62515a9
commit 2baabd846f

View file

@ -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();