projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
15720: Warn about empty ManagementToken or SystemRootToken.
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
application
/
destroy.js.erb
1
<%# Copyright (C) The Arvados Authors. All rights reserved.
2
3
SPDX-License-Identifier: AGPL-3.0 %>
4
5
$(document).trigger('count-change');
6
$('[data-object-uuid=<%= @object.uuid %>]').hide('slow', function() {
7
$(this).remove();
8
});