Reset the freq and freq tx fields when no longer using SatPC32 as radio

这个提交包含在:
Peter Goodhall 2019-08-18 16:04:01 +01:00
父节点 ae131c6679
当前提交 6a65c26a28

查看文件

@ -539,9 +539,10 @@ $(document).ready(function(){
// If radio isn't SatPC32 clear sat_name and sat_mode
$( ".radios" ).change(function() {
if ($(".radios option:selected").text() != "SatPC32") {
console.log("not satPC32");
$("#sat_name").val("");
$("#sat_mode").val("");
$("#frequency").val("");
$("#frequency_rx").val("");
}
});