Reset the freq and freq tx fields when no longer using SatPC32 as radio
这个提交包含在:
父节点
ae131c6679
当前提交
6a65c26a28
共有 1 个文件被更改,包括 2 次插入 和 1 次删除
|
|
@ -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("");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用