support token
This commit is contained in:
parent
37b4d13db8
commit
9045a68f1b
|
|
@ -1013,7 +1013,7 @@ var UI = {
|
||||||
if(port) {
|
if(port) {
|
||||||
url += ':' + port;
|
url += ':' + port;
|
||||||
}
|
}
|
||||||
url += '/' + path;
|
url += '/' + path + document.location.search;
|
||||||
|
|
||||||
UI.rfb = new RFB(document.getElementById('noVNC_container'), url,
|
UI.rfb = new RFB(document.getElementById('noVNC_container'), url,
|
||||||
{ shared: UI.getSetting('shared'),
|
{ shared: UI.getSetting('shared'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue