X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/44d97727200a7efecd115cd01fb520f371ebfe3b..6f6ce90eb894bde190fd7522cbec037fe61fc25c:/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() {