Reset-fields before adding the spot (when fetched)

这个提交包含在:
int2001 2023-08-10 05:13:59 +00:00
父节点 37ddae8e93
当前提交 74f26990a5
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -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");
}