]> git.arvados.org - arvados.git/blob - apps/workbench/app/views/projects/remove_items.js.erb
6967: Move source_version detection code from config yaml to lib/app_version.rb.
[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 %>