Merge branch '2257-inequality-conditions' into 2290-user-activity
[arvados.git] / apps / workbench / app / views / collections / index.js.erb
index 44839f42b21486a4db58c04c0da8d3399733b40f..46f7d176b8b44ab7f2587ab45f1409d0ea7b73ef 100644 (file)
@@ -2,3 +2,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);
+$(document).trigger('ajax:complete');