From fa947770a82542db4e193ac8b80b4a0da00e1786 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Wed, 12 Apr 2023 15:07:05 +0200 Subject: [PATCH] [Cabrillo export] Tweaked layout width --- application/views/cabrillo/index.php | 4 ++-- assets/js/sections/cabrillo.js | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/application/views/cabrillo/index.php b/application/views/cabrillo/index.php index a002cce3..1ce852ac 100644 --- a/application/views/cabrillo/index.php +++ b/application/views/cabrillo/index.php @@ -18,8 +18,8 @@
-
Select Station Location:
- result() as $station) { ?> diff --git a/assets/js/sections/cabrillo.js b/assets/js/sections/cabrillo.js index f428cdf0..c12c9c89 100644 --- a/assets/js/sections/cabrillo.js +++ b/assets/js/sections/cabrillo.js @@ -8,7 +8,7 @@ function loadYears() { data: {'station_id': $("#station_id").val()}, success: function (data) { if (data.length > 0) { - $(".contestyear").append('
Select year:
' + + $(".contestyear").append('
Select year:
' + '' + ' '); @@ -36,8 +36,8 @@ function loadContests() { 'station_id': $("#station_id").val() }, success: function (data) { - $(".contestname").append('
Select contest:
' + - '' + '' + ' '); @@ -60,10 +60,10 @@ function loadContestDates() { 'contestid': $("#contestid").val(), 'station_id': $("#station_id").val()}, success: function (data) { - $(".contestdates").append('
Select date range:
' + - '' + '' + - '' + '' + ' ');