From bcdf01ef2a2c22ee7ab7c406737b3a95f124d176 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Wed, 12 Apr 2023 12:12:14 +0200 Subject: [PATCH] [Cabrillo export] Adjusted javascript to remove correct tags --- assets/js/sections/cabrillo.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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',