Commit 03314953 authored by Julien Fontanet's avatar Julien Fontanet

Loads keysym.js

Without it, `XK_ISO_Level3_Shift` (at least) is undefined.
parent 282834ca
......@@ -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;
......
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