From d12143daf003406343a43de62fdf80bc2edc1b34 Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Sat, 9 Nov 2024 11:00:23 -0600 Subject: [PATCH] slightly more convenient --- personal/webboot/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/personal/webboot/index.html b/personal/webboot/index.html index d4f4aa2..d6ac610 100644 --- a/personal/webboot/index.html +++ b/personal/webboot/index.html @@ -144,5 +144,9 @@ layout: null searchwww(); } }); + + window.addEventListener('onload', () => { + document.getElementById("searchbar").select(); + });