Remove trailing whitespace

This commit is contained in:
Samuel Mannehed 2019-03-14 14:17:04 +01:00
parent 2500f65d01
commit 94e6f8c2fa
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});