取消弹窗

This commit is contained in:
ouyangxuhua 2015-11-27 14:43:08 +08:00
parent 365349878d
commit 25b66b5dbb
2 changed files with 0 additions and 2 deletions

View File

@ -91,7 +91,6 @@
url: "/organizations/" + orgId + "/search_courses?name=" + $("input[name='courses']").val().trim(),
type: "get"
});
alert("加入成功");
}
});
}

View File

@ -87,7 +87,6 @@
url: "/organizations/" + orgId + "/search_projects?name=" + $("input[name='projects']").val().trim(),
type: "get"
});
alert("加入成功");
}
});
}