From 9045a68f1b89fd972488301972658b5f1d6e2cfe Mon Sep 17 00:00:00 2001 From: linnil1 Date: Sun, 18 Feb 2018 22:42:20 +0800 Subject: [PATCH] support token --- app/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui.js b/app/ui.js index 2218d241..a366620f 100644 --- a/app/ui.js +++ b/app/ui.js @@ -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'),