slightly more convenient

This commit is contained in:
etherware-novice 2024-11-09 11:00:23 -06:00
parent f9063ee35f
commit d12143daf0
No known key found for this signature in database
GPG Key ID: 32AF3B2B107D2984

View File

@ -144,5 +144,9 @@ layout: null
searchwww();
}
});
window.addEventListener('onload', () => {
document.getElementById("searchbar").select();
});
</script>
</body>