X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6812b3350f48ed977ea2e3e788e49e1008a3b244..12dd86319a1c6fb88fbe1530dc59e6172d448337:/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 46f7d176b8..44839f42b2 100644 --- a/apps/workbench/app/views/collections/index.js.erb +++ b/apps/workbench/app/views/collections/index.js.erb @@ -2,4 +2,3 @@ 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');