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

This commit is contained in:
Arinde Eniola 2016-04-20 17:47:07 +01:00
parent f23f274b8d
commit 493784da43
1 changed files with 4 additions and 1 deletions

View File

@ -9,4 +9,7 @@
= spinner
:javascript
new Activities();
var activity = new Activities();
$(document).on('page:restore', function (event) {
activity.reloadActivities()
})