X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/36601cdb390b06d0128152cbda6df7aadfab6aca..7f6d2dbe9ce1a294b4be897e79d612d8c1db71d0:/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 cbe1096317..44839f42b2 100644 --- a/apps/workbench/app/views/collections/index.js.erb +++ b/apps/workbench/app/views/collections/index.js.erb @@ -1,2 +1,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);