pull/2403/head
Peter Goodhall 2023-08-13 22:14:19 +01:00
rodzic 25aa87f44f
commit f82bff2d8c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;
});
}