Stop giving host field default focus
It's a field that isn't shown by default and rarely changed.
This commit is contained in:
parent
e36f95868a
commit
2545a6c12e
|
@ -111,7 +111,6 @@ var UI = {
|
||||||
|
|
||||||
UI.updateVisualState();
|
UI.updateVisualState();
|
||||||
|
|
||||||
document.getElementById('noVNC_setting_host').focus();
|
|
||||||
document.documentElement.classList.remove("noVNC_loading");
|
document.documentElement.classList.remove("noVNC_loading");
|
||||||
|
|
||||||
var autoconnect = WebUtil.getConfigVar('autoconnect', false);
|
var autoconnect = WebUtil.getConfigVar('autoconnect', false);
|
||||||
|
|
Loading…
Reference in New Issue