3 lines
279 B
Plaintext
3 lines
279 B
Plaintext
|
$("#file_description_show_<%= @attachment.id %>").html("<%= escape_javascript render(:partial => "files/file_description", :locals => {:file => @attachment}) %>");
|
||
|
$("#file_description_show_<%= @attachment.id %>").show();
|
||
|
$("#file_description_edit_<%= @attachment.id %>").hide();
|