support token

This commit is contained in:
linnil1 2018-02-18 22:42:20 +08:00
parent 37b4d13db8
commit 9045a68f1b
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ var UI = {
if(port) {
url += ':' + port;
}
url += '/' + path;
url += '/' + path + document.location.search;
UI.rfb = new RFB(document.getElementById('noVNC_container'), url,
{ shared: UI.getSetting('shared'),