取消弹窗

ke_guange
ouyangxuhua 10 years ago
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…
Cancel
Save