X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a959f21c8147f26362df392bc3fd3290db69de85..10176dd693120301ccc9695310c6ecbd7714cf79:/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..1ae95cbb9a 100644 --- a/apps/workbench/app/views/projects/remove_items.js.erb +++ b/apps/workbench/app/views/projects/remove_items.js.erb @@ -1,5 +1,10 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + +$(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 %>