<%# 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(); }); <% end %>