父节点
2b147c547a
当前提交
8b52f6926c
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -341,7 +341,7 @@
|
|||
});
|
||||
|
||||
/* Find Locator if the field is empty */
|
||||
if($('#locator').val() != null) {
|
||||
if($('#locator').val() == "") {
|
||||
$.get('logbook/callsign_qra/' + $(this).val(), function(result) {
|
||||
$('#locator').val(result);
|
||||
$('#locator_info').load("logbook/bearing/" + result).fadeIn("slow");
|
||||
|
|
|
|||
正在加载…
在新工单中引用