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:
' + - '' + '' + - '' + '' + ' ');