[Cabrillo export] Adjusted javascript to remove correct tags
这个提交包含在:
父节点
3a415a5587
当前提交
bcdf01ef2a
共有 1 个文件被更改,包括 3 次插入 和 2 次删除
|
|
@ -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',
|
||||
|
|
|
|||
正在加载…
在新工单中引用