fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-13 20:09:15 +00:00
parent 7841917058
commit 44bee7bf6f

View File

@ -50,7 +50,7 @@ export class Smartenv {
} }
if (this.loadedScripts.includes(urlArg)) { if (this.loadedScripts.includes(urlArg)) {
return; return getFunctionArg();
} else { } else {
this.loadedScripts.push(urlArg); this.loadedScripts.push(urlArg);
} }