Merge branch '3198-inode-cache' into 3198-writable-fuse, fix tests.
[arvados.git] / apps / workbench / app / views / application / destroy.js.erb
index 05b2c3e75696f929b7c5409a4c03dec588cc1eb3..5309a8b27af4e5ba04c659130b634f6707ff907a 100644 (file)
@@ -1,3 +1,4 @@
+$(document).trigger('count-change');
 $('[data-object-uuid=<%= @object.uuid %>]').hide('slow', function() {
     $(this).remove();
 });