summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel <samuel@cendio.se>2014-11-29 10:46:27 +0100
committerSamuel <samuel@cendio.se>2014-11-29 10:46:27 +0100
commitfc00821eba469641c6c94706726c3d78e46460a2 (patch)
tree335161d625fec9522734930a02731d6b774d30dd
parent282834caf14a0673587fae1599d2fa09a6370c1b (diff)
parent0331495382f7572da13968520d890f02d18028b4 (diff)
downloadnovnc-fc00821eba469641c6c94706726c3d78e46460a2.tar.gz
Merge pull request #420 from julien-f/patch-1v0.5.1
Loads keysym.js
-rw-r--r--vnc_auto.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc_auto.html b/vnc_auto.html
index ff376fe..b05024e 100644
--- a/vnc_auto.html
+++ b/vnc_auto.html
@@ -77,7 +77,7 @@
// Load supporting scripts
Util.load_scripts(["webutil.js", "base64.js", "websock.js", "des.js",
"keysymdef.js", "keyboard.js", "input.js", "display.js",
- "jsunzip.js", "rfb.js"]);
+ "jsunzip.js", "rfb.js", "keysym.js"]);
var rfb;