From 797e6519cfd27f61ea58fa840a3c63f990acd10e Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Mon, 12 Sep 2011 17:47:16 +0100 Subject: [PATCH] Contest Logging: Stores country and QRA lookup for bearing added --- application/views/contest/log.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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);