X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cec09589e50ced6d0b7a0d90d5ca124241d4a58a..0f644e242ef37c911ad3dc25aca8135c339de349:/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 %>