socialforge/app/views/attachments/upload_atta.js.erb

2 lines
186 B
Plaintext

var htmlvalue = '<%= escape_javascript(render :partial => 'files/upload_course_files',:locals => {:course => @course,:course_attachment_type => 1}) %>';
pop_box_new(htmlvalue, 450, 275);