Update qso.js
这个提交包含在:
父节点
25aa87f44f
当前提交
f82bff2d8c
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -752,7 +752,7 @@ $("#locator").keyup(function(){
|
||||||
})
|
})
|
||||||
|
|
||||||
$('#locator_info').load(base_url +"index.php/logbook/searchbearing/" + $(this).val() + "/" + $('#stationProfile').val()).fadeIn("slow");
|
$('#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;
|
document.getElementById("distance").value = result;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用