add ability to set title from url
This commit is contained in:
parent
939cc6d563
commit
2270c7b5ae
|
@ -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', '');
|
||||
|
|
Loading…
Reference in New Issue