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