Merge branch 'master' into 2934-limit-crunch-logs
[arvados.git] / apps / workbench / app / views / projects / remove_items.js.erb
1 <% @removed_uuids.each do |uuid| %>
2 $('[data-object-uuid=<%= uuid %>]').hide('slow', function() {
3     $(this).remove();
4 });
5 <% end %>