From 4f5b8edd861b57a2bdf8a5468df040ea0a9b011a Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 26 Oct 2016 17:41:28 +0100 Subject: [PATCH] changed default report for jt6m --- application/views/qso/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/qso/index.php b/application/views/qso/index.php index ada73e25..ce9253bf 100644 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -439,10 +439,10 @@ // Change report based on mode $('.mode').change(function(){ - if($(this).val() == 'JT65' || $(this).val() == 'JT65B' || $(this).val() == 'JT6C' || $(this).val() == 'JT6M' || $(this).val() == 'JTMS' || $(this).val() == 'ISCAT' || $(this).val() == 'MSK144' || $(this).val() == 'JTMSK' || $(this).val() == 'QRA64'){ + if($(this).val() == 'JT65' || $(this).val() == 'JT65B' || $(this).val() == 'JT6C' || $(this).val() == 'JTMS' || $(this).val() == 'ISCAT' || $(this).val() == 'MSK144' || $(this).val() == 'JTMSK' || $(this).val() == 'QRA64'){ $('#rst_sent').val('-5'); $('#rst_recv').val('-5'); - } else if ($(this).val() == 'FSK441') { + } else if ($(this).val() == 'FSK441' || $(this).val() == 'JT6M') { $('#rst_sent').val('26'); $('#rst_recv').val('26'); } else if ($(this).val() == 'CW') {