|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
$(function(){
|
|
|
|
|
$("#RSide").removeAttr("id");
|
|
|
|
|
$("#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') %>');
|
|
|
|
|
showModal('ajax-modal', '360px');
|
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
|