X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3dc2b0008be4e09b47f73aeeb97d005cd7836619..cf7e30873ef4b92cc8ec099b2bb344391a070e93:/apps/workbench/app/views/collections/index.js.erb diff --git a/apps/workbench/app/views/collections/index.js.erb b/apps/workbench/app/views/collections/index.js.erb index 44839f42b2..46f7d176b8 100644 --- a/apps/workbench/app/views/collections/index.js.erb +++ b/apps/workbench/app/views/collections/index.js.erb @@ -2,3 +2,4 @@ if(history.replaceState) history.replaceState(null, null, "<%= escape_javascript(@request_url) %>"); $('table#collections-index tbody').html("<%= escape_javascript(render partial: 'index_tbody') %>"); $('table#collections-index tbody').fadeTo(200, 1.0); +$(document).trigger('ajax:complete');