From 6b0b9416a18dce7f1f20a6937caa03df153e2800 Mon Sep 17 00:00:00 2001 From: Shaun Grady Date: Fri, 7 Oct 2016 11:55:33 -0700 Subject: [PATCH] Add `autofocus` attribute to login username field So you don't have to click/tap the username field before you can start entering your credentials. --- motioneye/static/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/static/js/main.js b/motioneye/static/js/main.js index b978106..8cc7a9b 100644 --- a/motioneye/static/js/main.js +++ b/motioneye/static/js/main.js @@ -3270,7 +3270,7 @@ function runLoginDialog(retry) { '' + '' + 'Username' + - '' + + '' + '' + '' + 'Password' + -- 2.39.5