4 lines
138 B
Plaintext
4 lines
138 B
Plaintext
$('#image_actu_prevualize_box').fadeOut();
|
|
$("#image_actu_<%= @image_actu.id.to_s %>").fadeOut(200).delay(6000).remove();
|
|
|
|
<%= flash_js %> |