|
@@ -83,7 +83,6 @@ this.lazyLoader = this.lazyLoader || (() => {
|
|
|
if (lazyLoader.getScriptPath) {
|
|
if (lazyLoader.getScriptPath) {
|
|
|
scriptElement.src = lazyLoader.getScriptPath(path);
|
|
scriptElement.src = lazyLoader.getScriptPath(path);
|
|
|
} else {
|
|
} else {
|
|
|
- debugger
|
|
|
|
|
scriptElement.textContent = lazyLoader.getScriptContent(path);
|
|
scriptElement.textContent = lazyLoader.getScriptContent(path);
|
|
|
}
|
|
}
|
|
|
(document.documentElement || document).appendChild(scriptElement);
|
|
(document.documentElement || document).appendChild(scriptElement);
|