Fixed issue where IOTA Ref wasn't populated from QRZ
这个提交包含在:
父节点
53728a851d
当前提交
09cf6c45d2
共有 1 个文件被更改,包括 3 次插入 和 1 次删除
|
|
@ -212,6 +212,8 @@ $(document).ready(function(){
|
|||
$('#iota_ref').val("");
|
||||
$("#locator").removeClass("workedGrid");
|
||||
$("#locator").removeClass("newGrid");
|
||||
$('#qsl_via').val("");
|
||||
|
||||
mymap.setView([51.505, -0.09], 13);
|
||||
mymap.removeLayer(markers);
|
||||
}
|
||||
|
|
@ -291,7 +293,7 @@ $(document).ready(function(){
|
|||
$('#qth').val(result.callsign_qth);
|
||||
}
|
||||
|
||||
if($('#qth').val() == "") {
|
||||
if($('#iota_ref').val() == "") {
|
||||
$('#iota_ref').val(result.callsign_iota);
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用