8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / collections / index.js.erb
1 if(history.replaceState)
2     history.replaceState(null, null, "<%= escape_javascript(@request_url) %>");
3 $('table#collections-index tbody').html("<%= escape_javascript(render partial: 'index_tbody') %>");
4 $('table#collections-index tbody').fadeTo(200, 1.0);