fixed enter action

This commit is contained in:
HB9HIL
2023-11-06 22:20:18 +01:00
parent 56ff6fd8e5
commit 0088d12399

View File

@@ -260,7 +260,7 @@
<script>
function handleKeyPress(event) {
if (event.key === 'Enter') {
submitForm('qso'); // Treat Enter key press as clicking the 'quicksearch-log' button
logQuicklog(); // Treat Enter key press as clicking the 'quicksearch-log' button
}
}
</script>