summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2018-08-28 10:34:00 +0200
committerSamuel Mannehed <samuel@cendio.se>2018-08-28 10:42:39 +0200
commite20f0ee9b6b6c44b763a7a05bcbd6de081c8f8c7 (patch)
tree165e336b4a0166589f1e469413ee0277d71fd7e0
parent1c945f812b1e4db4bba9b57fd2ddbc3c8235f45d (diff)
downloadnovnc-e20f0ee9b6b6c44b763a7a05bcbd6de081c8f8c7.tar.gz
Limit line length to 80 in vnc_lite
-rw-r--r--vnc_lite.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/vnc_lite.html b/vnc_lite.html
index 898187a..dd1c4d8 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -19,8 +19,8 @@
<meta charset="utf-8">
- <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
- Remove this if you use the .htaccess -->
+ <!-- Always force latest IE rendering engine (even in intranet) &
+ Chrome Frame. Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<style type="text/css">
@@ -73,7 +73,8 @@
window.addEventListener("load", function() {
if (window._noVNC_has_module_support) return;
const loader = document.createElement("script");
- loader.src = "vendor/browser-es-module-loader/dist/browser-es-module-loader.js";
+ loader.src = "vendor/browser-es-module-loader/dist/" +
+ "browser-es-module-loader.js";
document.head.appendChild(loader);
});
</script>
@@ -148,7 +149,8 @@
return defaultValue;
}
- document.getElementById('sendCtrlAltDelButton').onclick = sendCtrlAltDel;
+ document.getElementById('sendCtrlAltDelButton')
+ .onclick = sendCtrlAltDel;
// Read parameters specified in the URL query string
// By default, use the host and port of server that served this file