Merge branch 'origin-2939-re-run-job-button' into 2882-job-process-stats
[arvados.git] / apps / workbench / app / views / application / destroy.js.erb
1 $('[data-object-uuid=<%= @object.uuid %>]').hide('slow', function() {
2     $(this).remove();
3 });