Fixes issue

#73
这个提交包含在:
Peter Goodhall 2011-11-13 22:17:27 +00:00
父节点 2b147c547a
当前提交 8b52f6926c

查看文件

@ -341,7 +341,7 @@
}); });
/* Find Locator if the field is empty */ /* Find Locator if the field is empty */
if($('#locator').val() != null) { if($('#locator').val() == "") {
$.get('logbook/callsign_qra/' + $(this).val(), function(result) { $.get('logbook/callsign_qra/' + $(this).val(), function(result) {
$('#locator').val(result); $('#locator').val(result);
$('#locator_info').load("logbook/bearing/" + result).fadeIn("slow"); $('#locator_info').load("logbook/bearing/" + result).fadeIn("slow");