Typo
这个提交包含在:
父节点
ecdc77459e
当前提交
1f8722c497
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -1342,7 +1342,7 @@ $(document).on('keypress',function(e) {
|
||||||
text = text+'<span style="margin-left:10px"></span><b>RX:</b> '+(Math.round(parseInt(data.frequency_rx)/1000)/1000).toFixed(3)+' MHz)';
|
text = text+'<span style="margin-left:10px"></span><b>RX:</b> '+(Math.round(parseInt(data.frequency_rx)/1000)/1000).toFixed(3)+' MHz)';
|
||||||
}
|
}
|
||||||
if (! $('#radio_cat_state').length) {
|
if (! $('#radio_cat_state').length) {
|
||||||
$('.radio_status').prepend('<div aria-hidden="true"><div id="radio_cat_state" class="alert alert-success radio_cat_state" role="alert">'+text+'</div></div>');
|
$('#radio_status').prepend('<div aria-hidden="true"><div id="radio_cat_state" class="alert alert-success radio_cat_state" role="alert">'+text+'</div></div>');
|
||||||
} else {
|
} else {
|
||||||
$('#radio_cat_state').html(text);
|
$('#radio_cat_state').html(text);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用