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