diff --git a/application/views/contest/log.php b/application/views/contest/log.php index d0a109a7..cb0d2f84 100644 --- a/application/views/contest/log.php +++ b/application/views/contest/log.php @@ -306,12 +306,12 @@ function settime () { - +
- + @@ -331,6 +331,8 @@ $(document).ready(function(){ $("#callsign").keyup(function(){ if ($(this).val()) { $('#partial_view').load("//logbook/partial/" + $(this).val()).fadeIn("slow"); + + $('#locator_info').load("/logbook/bearing/" + $(this).val()).fadeIn("slow"); $.get('/logbook/find_dxcc/' + $(this).val(), function(result) { $('#country').val(result);