1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 if(history.replaceState)
6 history.replaceState(null, null, "<%= escape_javascript(@request_url) %>");
7 $('table#collections-index tbody').html("<%= escape_javascript(render partial: 'index_tbody') %>");
8 $('table#collections-index tbody').fadeTo(200, 1.0);