Trigger QRZ-Lookup, etc. after DXCluster-Lookup in js
这个提交包含在:
父节点
6aab4f7bbc
当前提交
1857151ba4
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -943,6 +943,7 @@ $(document).on('keypress',function(e) {
|
||||||
$.ajax({ url: dxcluster_provider+"/spot/"+$("#frequency").val()/1000, cache: false, dataType: "json" }).done(
|
$.ajax({ url: dxcluster_provider+"/spot/"+$("#frequency").val()/1000, cache: false, dataType: "json" }).done(
|
||||||
function(dxspot) {
|
function(dxspot) {
|
||||||
$("#callsign").val(dxspot.spotted);
|
$("#callsign").val(dxspot.spotted);
|
||||||
|
$("#callsign").trigger("blur");
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用