Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / collections / index.js.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
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);