mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #644 from HB9HIL/fix_rst
This commit is contained in:
@@ -225,7 +225,7 @@ $( document ).ready(function() {
|
||||
$('#frequency_rx').val(favs[this.innerText].frequency_rx);
|
||||
$('#frequency').val(favs[this.innerText].frequency);
|
||||
$('#selectPropagation').val(favs[this.innerText].prop_mode);
|
||||
$('#mode').val(favs[this.innerText].mode);
|
||||
$('#mode').val(favs[this.innerText].mode).change();
|
||||
});
|
||||
|
||||
|
||||
@@ -1183,7 +1183,7 @@ $( document ).ready(function() {
|
||||
|
||||
// Change report based on mode
|
||||
$('.mode').change(function(){
|
||||
setRst($('.mode') .val());
|
||||
setRst($('.mode').val());
|
||||
});
|
||||
|
||||
function convert_case(str) {
|
||||
|
||||
Reference in New Issue
Block a user