Commit 6a02f88e authored by Joel Martin's avatar Joel Martin

Default path to 'websockify' in include/ui.js

parent 523cc4d6
......@@ -54,7 +54,7 @@ load: function() {
UI.initSetting('shared', true);
UI.initSetting('view_only', false);
UI.initSetting('connectTimeout', 2);
UI.initSetting('path', '');
UI.initSetting('path', 'websockify');
UI.rfb = RFB({'target': $D('noVNC_canvas'),
'onUpdateState': UI.updateState,
......
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