Use tree for list

This commit is contained in:
Ian Gulliver
2024-12-05 17:26:00 -08:00
parent 3ca9db02ee
commit 638a80c6e4
3 changed files with 123 additions and 87 deletions

View File

@@ -303,8 +303,12 @@ document.addEventListener('DOMContentLoaded', async () => {
await setFromInputs();
});
if (document.getElementById('long').value == '') {
document.getElementById('long').focus();
} else {
document.getElementById('short').focus();
}
document.getElementById('long').focus();
setInputIcons();
});
</script>