Commit 4b374f60 authored by Joel Martin's avatar Joel Martin

Load vnc.html scripts dynamically too.

parent 9c7d341b
......@@ -12,8 +12,6 @@
// Load supporting scripts
window.onscriptsload = function () { UI.load(); };
Util.load_scripts(["webutil.js", "base64.js", "websock.js", "des.js",
"input.js", "display.js", "jsunzip.js", "rfb.js"]);
var UI = {
......
......@@ -178,7 +178,9 @@
</div>
<script src="include/util.js"></script>
<script src="include/ui.js"></script>
<script>
Util.load_scripts(["webutil.js", "base64.js", "websock.js", "des.js",
"input.js", "display.js", "jsunzip.js", "rfb.js", "ui.js"]);
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment