projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '11901-ws-db-conns'
[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 %>