8784: Fix test for latest firefox.
[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 });