8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / projects / remove_items.js.erb
1 $(document).trigger('count-change');
2 <% @removed_uuids.each do |uuid| %>
3         $('[data-object-uuid=<%= uuid %>]').hide('slow', function() {
4             $(this).remove();
5         });
6 <% end %>