X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/36601cdb390b06d0128152cbda6df7aadfab6aca..4013f2bd35cf76d92aeafc4d3b0b4e2fd7a2dd84:/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..3e91c01b0b 100644 --- a/apps/workbench/app/views/collections/index.js.erb +++ b/apps/workbench/app/views/collections/index.js.erb @@ -1,2 +1,8 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + +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);