17678: Merge branch 'master' into 17678-costanalyzer-doc
[arvados.git] / apps / workbench / app / views / application / destroy.js.erb
index 05b2c3e75696f929b7c5409a4c03dec588cc1eb3..397acdba813f5b77a2259d0a0a1d653612bdfb43 100644 (file)
@@ -1,3 +1,8 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
+$(document).trigger('count-change');
 $('[data-object-uuid=<%= @object.uuid %>]').hide('slow', function() {
     $(this).remove();
 });