From 204d09f597607cb0fb37e679061ae6c54d7ae4d2 Mon Sep 17 00:00:00 2001 From: "Tony Corbett, G0WFV" Date: Sat, 15 Dec 2018 21:31:19 +0000 Subject: [PATCH] Single file QSO logging: Disable auto update from radio if post. --- application/views/qso/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/application/views/qso/index.php b/application/views/qso/index.php index b08cbaf4..c243ab13 100644 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -312,8 +312,9 @@ // Set the focus input to the callsign field $("#callsign").focus(); - /* Javascript for controlling rig frequency. */ + /* Javascript for controlling rig frequency. */ + var updateFromCAT = function() { if($('select.radios option:selected').val() != '0') { // Get frequency @@ -362,6 +363,8 @@ } }); + + /* On Page Load */ var catcher = function() { var changed = false;