diff options
author | Christian Beier <dontmind@freeshell.org> | 2018-10-01 20:50:35 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2018-10-01 20:50:35 +0200 |
commit | ffe33574918cf31926ed37caef12f24e73b2d478 (patch) | |
tree | a5402503529c20741556306aff0275ddaa44b159 /webclients/index.vnc | |
parent | de3a2f46b5c4913ba55dfb8c6f7c8b52136bf27a (diff) | |
download | libtdevnc-ffe33574918cf31926ed37caef12f24e73b2d478.tar.gz libtdevnc-ffe33574918cf31926ed37caef12f24e73b2d478.zip |
Update bundled noVNC to latest release 1.0.0
Closes #148
Diffstat (limited to 'webclients/index.vnc')
-rw-r--r-- | webclients/index.vnc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webclients/index.vnc b/webclients/index.vnc index 3229d79..728eab1 100644 --- a/webclients/index.vnc +++ b/webclients/index.vnc @@ -18,7 +18,7 @@ $USER's $DESKTOP desktop ($DISPLAY) <br/> <br/> -If the above Java applet does not work, you can also try the new JavaScript-only <a href="http://kanaka.github.com/noVNC/">noVNC</a> viewer. You will need a HTML5-capable browser though. +If the above Java applet does not work, you can also try the new JavaScript-only <a href="https://novnc.com/">noVNC</a> viewer. You will need a HTML5-capable browser though. <script language="JavaScript"> <!-- function start_novnc(){ @@ -30,7 +30,7 @@ If the above Java applet does not work, you can also try the new JavaScript-only if(host.charAt(host.length-1) != "]") host = host + "]"; } - open("novnc/vnc_auto.html?host=" + host + "&port=$PORT&true_color=1"); + open("novnc/vnc.html?autoconnect=true&host=" + host + "&port=$PORT"); } --> </script> |