导航栏题库“发送”后的提示弹框丢失了

This commit is contained in:
cxt 2016-11-18 17:37:25 +08:00
parent 4da94a5bb0
commit 20465ef281
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
$("#subject_count_homework_<%=@homework.id %>").html(<%= @homework.quotes %>); $("#subject_count_homework_<%=@homework.id %>").html(<%= @homework.quotes %>);
hideModal();
var htmlvalue = "<%= escape_javascript(render :partial => 'homework_post_notice') %>"; var htmlvalue = "<%= escape_javascript(render :partial => 'homework_post_notice') %>";
pop_box_new(htmlvalue,380,182); pop_box_new(htmlvalue,380,182);