Improvements and bugfixes refs #2242.
[arvados.git] / apps / workbench / app / views / collections / index.js.erb
index cbe1096317f9ee8a68a90615596a487277d0f180..46f7d176b8b44ab7f2587ab45f1409d0ea7b73ef 100644 (file)
@@ -1,2 +1,5 @@
+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);
+$(document).trigger('ajax:complete');