9587: trash page
[arvados.git] / apps / workbench / app / views / trash_items / untrashed_items.js.erb
1 $(document).trigger('count-change');
2 <% @untrashed_uuids.each do |uuid| %>
3         $('[data-object-uuid=<%= uuid %>]').hide('slow', function() {
4             $(this).remove();
5         });
6 <% end %>