X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d8c56aa6534d87105201372cd5f9f965a8246ea4..ae34bc2de285f5bce4a3a6537d454a62f2fa52e6:/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(); });