X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/aa552a3337c1a63d1638c39cb01ab03b0b9009cc..5c1c5e34118a3867fca9e7f0150074ea18623939:/apps/workbench/app/views/trash_items/untrash_items.js.erb diff --git a/apps/workbench/app/views/trash_items/untrash_items.js.erb b/apps/workbench/app/views/trash_items/untrash_items.js.erb index 3d266584aa..de773f4298 100644 --- a/apps/workbench/app/views/trash_items/untrash_items.js.erb +++ b/apps/workbench/app/views/trash_items/untrash_items.js.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% @untrashed_uuids.each do |uuid| %> $('[data-object-uuid=<%= uuid %>]').hide('slow', function() { $(this).remove();