Add 'tools/arvbox/' from commit 'd3d368758db1f4a9fa5b89f77b5ee61d68ef5b72'
[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 %>