4 lines
280 B
Plaintext
4 lines
280 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();
|