点击发布作业的取消按钮时收起输入框

This commit is contained in:
cxt 2015-09-01 17:08:52 +08:00
parent 7aef734113
commit 21cb59a7ae
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
$("#course_id").val($("#option_select").val());
$("#homework_attachments").html("<%= escape_javascript(render :partial => 'users/user_homework_attachment', :locals => { :container => HomeworkCommon.new })%>");
homework_description_editor.html("");
$("#homework_editor").toggle();
}
function checkAllBox(doc){