projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
3021: Merge branch 'master' into 3021-workbench-perf
[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 %>