add ability to set title from url

This commit is contained in:
Anthony Young 2011-06-26 00:36:27 -07:00 committed by Joel Martin
parent c37b83b7e5
commit cab68d3fa0

View File

@ -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', '');