band, mode, time and call can now in one line

pull/2624/head
HB9HIL 2023-10-31 15:21:11 +01:00
rodzic 4c9241e4c8
commit e1349059e6
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -78,8 +78,7 @@ function handleInput() {
) {
extraQsoDate = item;
} else if (
item.match(/^[0-2][0-9][0-5][0-9]$/) &&
itemNumber === 0
item.match(/^[0-2][0-9][0-5][0-9]$/)
) {
qsotime = item;
} else if (item.match(/^CW$|^SSB$|^FM$|^AM$|^PSK$|^FT8$/i)) {