diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index 013f9277e..8abdcdf03 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -849,8 +849,10 @@ $( document ).ready(function() { } $('#qrz_info').html(''); $('#qrz_info').attr('title', 'Lookup '+callsign+' info on qrz.com').removeClass('d-none'); + $('#qrz_info').show(); $('#hamqth_info').html(''); $('#hamqth_info').attr('title', 'Lookup '+callsign+' info on hamqth.com').removeClass('d-none'); + $('#hamqth_info').show(); var $dok_select = $('#darc_dok').selectize(); var dok_selectize = $dok_select[0].selectize;