导入编程作业后、测试集数量不显示的问题

This commit is contained in:
sw 2015-09-11 16:26:35 +08:00
parent 37f235c2ab
commit 90a52aa01b
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ homework_description_editor.html("<%= escape_javascript(@homework.description.ht
$("#BluePopupBox").html("<%=escape_javascript( render :partial => 'users/user_programing_attr', :locals => {:edit_mode => true, :homework => @homework})%>"); $("#BluePopupBox").html("<%=escape_javascript( render :partial => 'users/user_programing_attr', :locals => {:edit_mode => true, :homework => @homework})%>");
$("input[name='homework_type']").val("<%= @homework.homework_type%>"); $("input[name='homework_type']").val("<%= @homework.homework_type%>");
$("#homework_editor").show(); $("#homework_editor").show();
$("#BluePopupBox a.BlueCirBtn").click();