Reset-fields before adding the spot (when fetched)
这个提交包含在:
父节点
37ddae8e93
当前提交
74f26990a5
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -951,6 +951,7 @@ $(document).on('keypress',function(e) {
|
|||
$("#check_cluster").on("click", function() {
|
||||
$.ajax({ url: dxcluster_provider+"/qrg_lookup/"+$("#frequency").val()/1000, cache: false, dataType: "json" }).done(
|
||||
function(dxspot) {
|
||||
reset_fields();
|
||||
$("#callsign").val(dxspot.spotted);
|
||||
$("#callsign").trigger("blur");
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用