[Cabrillo export] Adjusted javascript to remove correct tags

pull/2063/head
Andreas 2023-04-12 12:12:14 +02:00
rodzic 3a415a5587
commit bcdf01ef2a
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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',