mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #2574 from HB9HIL/fix_zero_qrg
set qrg from calculated
This commit is contained in:
@@ -973,6 +973,7 @@ $(document).ready(function() {
|
||||
$('#frequency').val('');
|
||||
$('#frequency_rx').val('');
|
||||
$('#band_rx').val('');
|
||||
set_new_qrg();
|
||||
$('#selectPropagation').val($('#selectPropagation option:first').val());
|
||||
// Set DX Waterfall CAT state to none if variable exists
|
||||
if (typeof dxwaterfall_cat_state !== 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user