X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a959f21c8147f26362df392bc3fd3290db69de85..58bf2ad27c760fb7da0641b239f1871918b84a42:/apps/workbench/app/views/projects/remove_items.js.erb diff --git a/apps/workbench/app/views/projects/remove_items.js.erb b/apps/workbench/app/views/projects/remove_items.js.erb index 5444cbe3f6..664bd51a5f 100644 --- a/apps/workbench/app/views/projects/remove_items.js.erb +++ b/apps/workbench/app/views/projects/remove_items.js.erb @@ -1,5 +1,6 @@ +$(document).trigger('count-change'); <% @removed_uuids.each do |uuid| %> -$('[data-object-uuid=<%= uuid %>]').hide('slow', function() { - $(this).remove(); -}); + $('[data-object-uuid=<%= uuid %>]').hide('slow', function() { + $(this).remove(); + }); <% end %>