X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/210d762a82c4fe3a2445c641513188fce07436e6..0f644e242ef37c911ad3dc25aca8135c339de349:/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 664bd51a5f..1ae95cbb9a 100644 --- a/apps/workbench/app/views/projects/remove_items.js.erb +++ b/apps/workbench/app/views/projects/remove_items.js.erb @@ -1,3 +1,7 @@ +<%# 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() {