diff options
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> |