diff options
author | Christian Beier <[email protected]> | 2016-06-03 11:09:47 +0200 |
---|---|---|
committer | Christian Beier <[email protected]> | 2016-06-03 11:09:47 +0200 |
commit | 962e1082e835b95abc448cacba2c9ea5cdd200c1 (patch) | |
tree | 730791c1d9af622a4ba2b9ebdf48c2eded259264 /webclients/novnc/vnc_auto.html | |
parent | 15dd6470c552c7c8c112f0f78bde414b9f6a2714 (diff) | |
download | libtdevnc-962e1082e835b95abc448cacba2c9ea5cdd200c1.tar.gz libtdevnc-962e1082e835b95abc448cacba2c9ea5cdd200c1.zip |
Update bundled noVNC to latest release 0.5.1
Fixes https://github.com/LibVNC/libvncserver/issues/54
Diffstat (limited to 'webclients/novnc/vnc_auto.html')
-rw-r--r-- | webclients/novnc/vnc_auto.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webclients/novnc/vnc_auto.html b/webclients/novnc/vnc_auto.html index ff376fe..b05024e 100644 --- a/webclients/novnc/vnc_auto.html +++ b/webclients/novnc/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; |