summaryrefslogtreecommitdiffstats
path: root/webclients/novnc/include/vnc.js
diff options
context:
space:
mode:
authorChristian Beier <[email protected]>2012-04-12 18:41:14 +0200
committerChristian Beier <[email protected]>2012-04-12 18:41:14 +0200
commit98f4037785246f77e544bab9196f076fe310be16 (patch)
tree9531342656a66e0963ff9b55a00db2fe3222e31d /webclients/novnc/include/vnc.js
parentefcdab50cc10ad121653bfff0da441495af461d3 (diff)
downloadlibtdevnc-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.js1
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);
}());