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