Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +02:00

5 lines
184 B
Plaintext

$("#image_files").prepend("<%= escape_javascript(render(@image_file)) %>");
$('#image_file_<%=@image_file.id %>').addClass('active');
set_image_files_img_size();
<%= flash_notice() %>