diff --git a/assets/js/sections/cabrillo.js b/assets/js/sections/cabrillo.js index 031b5c81..c5a55c18 100644 --- a/assets/js/sections/cabrillo.js +++ b/assets/js/sections/cabrillo.js @@ -1,6 +1,6 @@ function loadContests() { - $(".stationinfo").empty(); - $(".searchinfo").empty(); + $(".contestname").empty(); + $(".contestdates").empty(); $.ajax({ url: base_url+'index.php/cabrillo/getContests', type: 'post', @@ -22,6 +22,7 @@ function loadContests() { } function loadContestDates() { + $(".contestdates").empty(); $.ajax({ url: base_url+'index.php/cabrillo/getContestDates', type: 'post',