修复学校列表链接
This commit is contained in:
parent
2bdb0e20e9
commit
f86e889c23
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue