add ability to set title from url
This commit is contained in:
parent
c37b83b7e5
commit
cab68d3fa0
@ -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
Block a user