refs #2871
[arvados.git] / apps / workbench / app / views / folders / remove_item.js.erb
1 <% @removed_uuids.each do |uuid| %>
2 $('[data-object-uuid=<%= uuid %>]').hide('slow', function() {
3     $(this).remove();
4 });
5 <% end %>