diff --git a/application/views/cabrillo/index.php b/application/views/cabrillo/index.php index c462d6d8..2b74cd06 100644 --- a/application/views/cabrillo/index.php +++ b/application/views/cabrillo/index.php @@ -26,12 +26,12 @@
- result() as $station) { ?> - +
@@ -42,11 +42,11 @@
diff --git a/assets/js/sections/cabrillo.js b/assets/js/sections/cabrillo.js index 868a5ed3..97685dc3 100644 --- a/assets/js/sections/cabrillo.js +++ b/assets/js/sections/cabrillo.js @@ -10,9 +10,9 @@ function loadYears() { success: function (data) { if (data.length > 0) { $(".contestyear").append('
' + lang_export_cabrillo_select_year + '
' + - '' + '' + - ' '); + ' '); $.each(data, function(key, value) { $('#year') @@ -38,9 +38,9 @@ function loadContests() { }, success: function (data) { $(".contestname").append('
' + lang_export_cabrillo_select_contest + '
' + - '' + '' + - ' '); + ' '); $.each(data, function(key, value) { $('#contestid') @@ -62,11 +62,11 @@ function loadContestDates() { 'station_id': $("#station_id").val()}, success: function (data) { $(".contestdates").append('
' + lang_export_cabrillo_select_date_range + '
' + - '' + '' + - '' + '' + - ' '); + ' '); $.each(data, function(key, value) { $('#contestdatesfrom')