diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 067da223..3723c4ad 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -1342,7 +1342,7 @@ $(document).on('keypress',function(e) { text = text+'RX: '+(Math.round(parseInt(data.frequency_rx)/1000)/1000).toFixed(3)+' MHz)'; } if (! $('#radio_cat_state').length) { - $('.qso_panel').prepend('
'); + $('.radio_status').prepend(''); } else { $('#radio_cat_state').html(text); }