编程作业关闭匿评后,老师点击模拟答题,却弹出匿评提示

cxt_course
cxt 9 years ago
parent a9ee1d10cd
commit 9e5e7a75b0

@ -7,7 +7,7 @@
$(function(){ $(function(){
$("#RSide").removeAttr("id"); $("#RSide").removeAttr("id");
$("#Container").css("width","1000px"); $("#Container").css("width","1000px");
<%if @homework.anonymous_comment == 0 && @homework.homework_detail_manual.comment_status != 1%> <%if !@is_test && @homework.anonymous_comment == 0 && @homework.homework_detail_manual.comment_status != 1%>
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'student_work/new_student_work_alert') %>'); $('#ajax-modal').html('<%= escape_javascript(render :partial => 'student_work/new_student_work_alert') %>');
showModal('ajax-modal', '360px'); showModal('ajax-modal', '360px');
$('#ajax-modal').siblings().remove(); $('#ajax-modal').siblings().remove();

Loading…
Cancel
Save