From 1f8722c497e5d172aaa6db3ac0f52bfa291db40f Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Mon, 14 Aug 2023 15:22:10 +0100 Subject: [PATCH] Typo --- application/views/interface_assets/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }