projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2659: Use a partial instead of a switch block for the not-so-generic "create object...
[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
});