projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 3036-collection-uuids
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
projects
/
remove_items.js.erb
1
<% @removed_uuids.each do |uuid| %>
2
$('[data-object-uuid=<%= uuid %>]').hide('slow', function() {
3
$(this).remove();
4
});
5
<% end %>