5493: fix a bug in user profile handling where any pre-existing prefs are being lost.
[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 });