提交 56495fd1 编写于 作者: J Jacob Schatz

Merge branch 'fix_infinite_scroll_breaks_on_back_button_activity_feed' into 'master'

fix bug causing the infinite scrolling in activity feeds to break when you click a link and navigate back

![arrg_](/uploads/53b2a01d3b55938cc12c805e1a81ff6b/arrg_.gif)

See merge request !3835
......@@ -9,4 +9,7 @@
= spinner
:javascript
new Activities();
var activity = new Activities();
$(document).on('page:restore', function (event) {
activity.reloadActivities()
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册