Commit 493784da authored by Arinde Eniola's avatar Arinde Eniola

fix bug causing the infinite scrolling in activity feeds to break when you...

fix bug causing the infinite scrolling in activity feeds to break when you click a link and navigate back
parent f23f274b
......@@ -9,4 +9,7 @@
= spinner
:javascript
new Activities();
var activity = new Activities();
$(document).on('page:restore', function (event) {
activity.reloadActivities()
})
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment