mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-23 18:57:12 +00:00
Do not prefill IOTA ref from previous QSOs
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user