取消弹窗
This commit is contained in:
parent
365349878d
commit
25b66b5dbb
|
@ -91,7 +91,6 @@
|
||||||
url: "/organizations/" + orgId + "/search_courses?name=" + $("input[name='courses']").val().trim(),
|
url: "/organizations/" + orgId + "/search_courses?name=" + $("input[name='courses']").val().trim(),
|
||||||
type: "get"
|
type: "get"
|
||||||
});
|
});
|
||||||
alert("加入成功");
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,7 +87,6 @@
|
||||||
url: "/organizations/" + orgId + "/search_projects?name=" + $("input[name='projects']").val().trim(),
|
url: "/organizations/" + orgId + "/search_projects?name=" + $("input[name='projects']").val().trim(),
|
||||||
type: "get"
|
type: "get"
|
||||||
});
|
});
|
||||||
alert("加入成功");
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue