mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Clear Bearing on empty call and submit
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user