X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/783343e5aca00f730315d943cecf74e4277a38e7..bf03dd4f523463b896428527fa0685631e9ac649:/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 %>