Anführungszeichen vergessen
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user