socialforge/app/views/homework_attach/show.js.erb

5 lines
276 B
Plaintext
Raw Normal View History

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');