|
|
@ -4,4 +4,5 @@ $('#relation_file').html('<%=render_attachments_for_new_project(@project, nil)%>
|
|
|
|
<% elsif @course%>
|
|
|
|
<% elsif @course%>
|
|
|
|
$('#relation_file').html('<%=render_attachments_for_new_course(@course, nil)%>');
|
|
|
|
$('#relation_file').html('<%=render_attachments_for_new_course(@course, nil)%>');
|
|
|
|
<% end%>
|
|
|
|
<% end%>
|
|
|
|
|
|
|
|
$('#attachments').children().css("width","100%").css("word-break","break-all");
|
|
|
|
|
|
|
|
|
|
|
|