diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 3723c4ad..4c04751b 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) { - $('.radio_status').prepend('
'); + $('#radio_status').prepend(''); } else { $('#radio_cat_state').html(text); }