这个提交包含在:
父节点
f0d8bb4de2
当前提交
803d19f33b
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -1255,7 +1255,7 @@ $(document).on('keypress',function(e) {
|
|||
}
|
||||
} else {
|
||||
$(".radio_timeout_error" ).remove();
|
||||
text = '<i class="fas fa-broadcast-tower"></i><span style="margin-left:10px;"></span><b>TX:</b> '+(Math.round(parseInt(data.frequency)/1000)/1000).toFixed(3)+' MHz';
|
||||
text = '<i class="fas fa-broadcast-tower"></i><span style="margin-left:10px;"></span><b>TX:</b> '+(Math.round(parseInt(data.frequency)/100)/10000).toFixed(4)+' MHz';
|
||||
if(data.mode != null) {
|
||||
text = text+'<span style="margin-left:10px"></span>'+data.mode;
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用