Stop giving host field default focus

It's a field that isn't shown by default and rarely changed.
This commit is contained in:
Pierre Ossman
2017-10-06 17:12:53 +02:00
parent e36f95868a
commit 2545a6c12e

View File

@@ -111,7 +111,6 @@ var UI = {
UI.updateVisualState();
document.getElementById('noVNC_setting_host').focus();
document.documentElement.classList.remove("noVNC_loading");
var autoconnect = WebUtil.getConfigVar('autoconnect', false);