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(); + });