You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
441 B
8 lines
441 B
6 years ago
|
<% if @save_flag %>
|
||
|
$('#finish_course_<%=@course.id%>').replaceWith("<%= escape_javascript(set_course_time(@course_prefs))%>");
|
||
|
var html = "<%= escape_javascript( render( :partial => 'users/course_form', :locals => {:item => @course_prefs} ) )%>";
|
||
|
$('#nh_course_<%=@course.id%>').replaceWith(html);
|
||
|
// alert("关闭成功");
|
||
|
<% else %>
|
||
|
alert('权限不足,设置失败,请在论坛提交问题,等待管理员处理。');
|
||
|
<% end %>
|