Remove trailing whitespace
This commit is contained in:
parent
2500f65d01
commit
94e6f8c2fa
|
@ -68,7 +68,7 @@
|
|||
window.addEventListener("load", function() {
|
||||
if (window._noVNC_has_module_support) return;
|
||||
const loader = document.createElement("script");
|
||||
loader.src = "vendor/browser-es-module-loader/dist/" +
|
||||
loader.src = "vendor/browser-es-module-loader/dist/" +
|
||||
"browser-es-module-loader.js";
|
||||
document.head.appendChild(loader);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue