From 44bee7bf6f67424d12398e00b60ccb7af2256692 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 13 Oct 2020 20:09:15 +0000 Subject: [PATCH] fix(core): update --- ts/smartenv.classes.smartenv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }