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;