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

3 lines
119 B
Plaintext
Raw Normal View History

2014-03-06 16:47:28 +08:00
$('#relation_file_form').show();
$('#relation_file').html('<%=render_attachments_for_new_project(@project, nil)%>');