Anführungszeichen vergessen

This commit is contained in:
ISA
2025-03-27 12:29:23 +01:00
parent f81efbc173
commit 139cd09a13
2 changed files with 24 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ export async function loadWindowVariables(): Promise<Record<string, any>> {
"win_da_bezeichnung",
];
const scripts: string[] = ["system.js, kueData.js"];
const scripts: string[] = ["system.js", "kueData.js"];
// ✅ Erkenne Umgebung anhand von `window.location.hostname`
const isDev = window.location.hostname === "localhost";