修复学校列表链接

This commit is contained in:
sw 2014-07-03 18:20:16 +08:00
parent 2bdb0e20e9
commit f86e889c23
1 changed files with 1 additions and 9 deletions

View File

@ -43,15 +43,7 @@
<script type="text/javascript">
function test(id){
$.ajax({
url: '<%=school_course_list_path%>',
type: "POST",
data: {
school_id: id
}
}).complete(eval_ajax);
location.href = encodeURI('/course/'+id);
}
</script>