11014: When PipelineInstance API is off and also show_recent_collections_on_dashboard...
[arvados.git] / apps / workbench / app / views / projects / remove_items.js.erb
index 5444cbe3f604b11707cc5801a3e39b7d6f4a6f39..664bd51a5fb9391681a8b0f28e09a9483993ad67 100644 (file)
@@ -1,5 +1,6 @@
+$(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 %>