From d564378c5d12b7065b39c72a4cb9b9244c158ed6 Mon Sep 17 00:00:00 2001 From: athuler Date: Sat, 28 Oct 2023 16:22:17 -0500 Subject: [PATCH] Focus on Title on PageLoad --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index cc1089e..a2f2a46 100644 --- a/index.php +++ b/index.php @@ -434,6 +434,8 @@ function toggle_paths() { }); } + document.getElementById('title').focus(); +