Commit 2270c7b5 authored by Anthony Young's avatar Anthony Young Committed by Joel Martin

add ability to set title from url

parent 939cc6d5
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
$D('sendCtrlAltDelButton').onclick = sendCtrlAltDel; $D('sendCtrlAltDelButton').onclick = sendCtrlAltDel;
document.title = unescape(WebUtil.getQueryVar('title', 'noVNC'));
host = WebUtil.getQueryVar('host', null); host = WebUtil.getQueryVar('host', null);
port = WebUtil.getQueryVar('port', null); port = WebUtil.getQueryVar('port', null);
password = WebUtil.getQueryVar('password', ''); password = WebUtil.getQueryVar('password', '');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment