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

3 lines
151 B
Plaintext
Raw Normal View History

2014-10-30 19:32:43 +08:00
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'show') %>');
showModal('ajax-modal', '510px');
$('#ajax-modal').css('height','700px');