diff options
author | Christian Beier <[email protected]> | 2012-04-12 18:41:14 +0200 |
---|---|---|
committer | Christian Beier <[email protected]> | 2012-04-12 18:41:14 +0200 |
commit | 98f4037785246f77e544bab9196f076fe310be16 (patch) | |
tree | 9531342656a66e0963ff9b55a00db2fe3222e31d /webclients/novnc/include/vnc.js | |
parent | efcdab50cc10ad121653bfff0da441495af461d3 (diff) | |
download | libtdevnc-98f4037785246f77e544bab9196f076fe310be16.tar.gz libtdevnc-98f4037785246f77e544bab9196f076fe310be16.zip |
Update our copy of noVNC.
Bugfixes and support for tight encoding with zlib.
Diffstat (limited to 'webclients/novnc/include/vnc.js')
-rw-r--r-- | webclients/novnc/include/vnc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclients/novnc/include/vnc.js b/webclients/novnc/include/vnc.js index f938be7..2b31f45 100644 --- a/webclients/novnc/include/vnc.js +++ b/webclients/novnc/include/vnc.js @@ -36,6 +36,7 @@ function get_INCLUDE_URI() { extra += start + "input.js" + end; extra += start + "display.js" + end; extra += start + "rfb.js" + end; + extra += start + "jsunzip.js" + end; document.write(extra); }()); |