cs_app/app/views/admin/image_files/create.js.erb
Nicolas Bally 8a08ee35c8 initial
2015-02-22 14:36:30 +01:00

10 lines
250 B
Plaintext

$("#image_files").prepend("<%= escape_javascript(render(@image_file)) %>");
$('#image_file_<%=@image_file.id %>').addClass('active');
update_multiple_selection_text();
set_image_files_img_size();
$('.template-download').fadeOut();
<%= flash_js %>