diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 38255724..5810fe82 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -464,6 +464,9 @@ $(document).on('keypress',function(e) { $.getJSON('logbook/jsonlookupdxcc/' + convert_case(result.dxcc.entity) + '/0/' + $("#band").val() +'/' + $("#mode").val(), function(result) { // Reset CSS values before updating + $('#callsign_info').removeClass("badge-secondary"); + $('#callsign_info').removeClass("badge-success"); + $('#callsign_info').removeClass("badge-danger"); $('#callsign_info').attr('title', ''); if (result.workedBefore)