From 2270c7b5ae30c96317c8684ab1c1c2cc692642cd Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Sun, 26 Jun 2011 00:36:27 -0700 Subject: [PATCH] add ability to set title from url --- vnc_auto.html | 1 + 1 file changed, 1 insertion(+) diff --git a/vnc_auto.html b/vnc_auto.html index 8851605e..10b19493 100644 --- a/vnc_auto.html +++ b/vnc_auto.html @@ -88,6 +88,7 @@ $D('sendCtrlAltDelButton').onclick = sendCtrlAltDel; + document.title = unescape(WebUtil.getQueryVar('title', 'noVNC')); host = WebUtil.getQueryVar('host', null); port = WebUtil.getQueryVar('port', null); password = WebUtil.getQueryVar('password', '');