From 41e5800133a588458d122018b61415e82bc2bcbc Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 5 Mar 2024 11:50:04 +0100 Subject: [PATCH] Do not prefill IOTA ref from previous QSOs --- assets/js/sections/qso.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index 2ee697312..afdca1b2a 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -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();