diff --git a/ts/smartenv.classes.smartenv.ts b/ts/smartenv.classes.smartenv.ts index e21e101..57948c1 100644 --- a/ts/smartenv.classes.smartenv.ts +++ b/ts/smartenv.classes.smartenv.ts @@ -50,7 +50,7 @@ export class Smartenv { } if (this.loadedScripts.includes(urlArg)) { - return; + return getFunctionArg(); } else { this.loadedScripts.push(urlArg); }