From 2545a6c12e31ca22f1d2e05d2b7548ef9d16230f Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 6 Oct 2017 17:12:53 +0200 Subject: [PATCH] Stop giving host field default focus It's a field that isn't shown by default and rarely changed. --- app/ui.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/ui.js b/app/ui.js index 02fac48a..33817118 100644 --- a/app/ui.js +++ b/app/ui.js @@ -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);