X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/507442f6712d751b947083fa6946ee6d96f8ad96..72e22b49ec2721d3a1369da768d3d74fa9c079c3:/apps/workbench/app/views/application/destroy.js.erb diff --git a/apps/workbench/app/views/application/destroy.js.erb b/apps/workbench/app/views/application/destroy.js.erb index 05b2c3e756..5309a8b27a 100644 --- a/apps/workbench/app/views/application/destroy.js.erb +++ b/apps/workbench/app/views/application/destroy.js.erb @@ -1,3 +1,4 @@ +$(document).trigger('count-change'); $('[data-object-uuid=<%= @object.uuid %>]').hide('slow', function() { $(this).remove(); });