diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index 45fd2de95..0cecf6659 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -568,6 +568,8 @@ function reset_fields() { $("#callsign").on("focusout", function () { if ($(this).val().length >= 3 && preventLookup == false) { + $("#noticer").fadeOut(1000); + // Temp store the callsign var temp_callsign = $(this).val();