Merge branch 'master' into 3153-auto-setup-user
[arvados.git] / apps / workbench / app / views / collections / index.js.erb
index cbe1096317f9ee8a68a90615596a487277d0f180..44839f42b21486a4db58c04c0da8d3399733b40f 100644 (file)
@@ -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);