Do not prefill IOTA ref from previous QSOs

This commit is contained in:
phl0
2024-03-05 11:50:04 +01:00
parent 215017b297
commit 41e5800133

View File

@@ -987,9 +987,6 @@ $( document ).ready(function() {
} else {
$('#timesWorked').html(lang_qso_title_previous_contacts);
}
if($('#iota_ref').val() == "") {
$('#iota_ref').val(result.callsign_iota);
}
// Hide the last QSO table
$('#qso-last-table').hide();
$('#partial_view').show();