From a2c0c708e81b7acce528c5462570cab9616133de Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 7 May 2022 22:16:12 +0200 Subject: [PATCH] focus password field if not logged in --- copyparty/web/splash.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/copyparty/web/splash.html b/copyparty/web/splash.html index f8a9caf4..b49b55be 100644 --- a/copyparty/web/splash.html +++ b/copyparty/web/splash.html @@ -101,6 +101,11 @@ document.documentElement.className = localStorage.light == 1 ? "y" : "z"; - +