2014-11-02 09:46:07 +08:00
|
|
|
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'show',:locals => {:comprehensive_evaluation => @comprehensive_evaluation,:homework => @homework, :teaher_score => @teaher_score}) %>');
|
2014-10-31 09:48:34 +08:00
|
|
|
showModal('ajax-modal', '503px');
|
|
|
|
$('#ajax-modal').css('height','569px');
|
2014-11-02 12:58:09 +08:00
|
|
|
|