[Cabrillo export] Adjusted javascript to remove correct tags

这个提交包含在:
Andreas 2023-04-12 12:12:14 +02:00
父节点 3a415a5587
当前提交 bcdf01ef2a

查看文件

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