Clear Bearing on empty call and submit

This commit is contained in:
int2001
2024-03-08 16:46:12 +00:00
parent 0cb9923196
commit 6d4a094bdd

View File

@@ -282,6 +282,7 @@ $("#callsign").keyup(async function (e) {
}
else if (call.length <= 2) {
$('.callsign-suggestions').text("");
$('#bearing_info').html("");
}
});
@@ -501,7 +502,7 @@ function logQso() {
}
$('#name').val("");
$('#bearing_info').html("");
$('#callsign').val("");
$('#comment').val("");
$('#exch_rcvd').val("");