设置完成后跳转到大纲页面

This commit is contained in:
lizanle 2015-11-06 10:12:20 +08:00
parent 57730047d3
commit 0fdf898845
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ hideModal();
$("#course_outline_bar").html('<a href="<%=syllabus_course_path(@course) %>" title="课程大纲" class="mr5 syllabusIcon fl"> </a>')
<%end %>
<%#if @is_in_show_outline_page && @is_in_show_outline_page == 'Y'%>
window.location.href='<%=syllabus_course_path(@course) %>';
window.location.href='<%=syllabus_course_path(@course) %>';
<%# end %>