X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/783343e5aca00f730315d943cecf74e4277a38e7..89e5fd8e01bc09000e3cc7298e3b4f77a49200e0:/apps/workbench/app/views/projects/remove_items.js.erb?ds=sidebyside 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 %>