]> git.arvados.org - arvados.git/blob - apps/workbench/app/views/application/destroy.js.erb
5735: use the inline css for description only so that any future inline css declarati...
[arvados.git] / apps / workbench / app / views / application / destroy.js.erb
1 $(document).trigger('count-change');
2 $('[data-object-uuid=<%= @object.uuid %>]').hide('slow', function() {
3     $(this).remove();
4 });