diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index 1f2c1c9ea..013f9277e 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -1243,6 +1243,9 @@ $( document ).ready(function() { $('.callsign-suggestions').text(scps.filter((call) => call.includes($(this).val().toUpperCase())).join(' ')); highlight(ccall.toUpperCase()); } + } else { + $('.callsign-suggest').hide(); + scps=[]; } });