X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4290ebf2130f74b1a7448f073b0bfb2394e4e8bf..01463a6fad519def1d3558ddb9c518a605fc9cc2:/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');