Update qso.js

这个提交包含在:
Peter Goodhall 2023-08-13 22:14:19 +01:00
父节点 25aa87f44f
当前提交 f82bff2d8c

查看文件

@ -752,7 +752,7 @@ $("#locator").keyup(function(){
})
$('#locator_info').load(base_url +"index.php/logbook/searchbearing/" + $(this).val() + "/" + $('#stationProfile').val()).fadeIn("slow");
$.get(base_url + '/index.php/logbook/searchdistance/' + $(this).val() + "/" + $('#stationProfile').val(), function(result) {
$.get(base_url + 'index.php/logbook/searchdistance/' + $(this).val() + "/" + $('#stationProfile').val(), function(result) {
document.getElementById("distance").value = result;
});
}