mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:34:18 +08:00
FIX: User stream pagination
This commit is contained in:
parent
5fa47984b4
commit
3408fc395d
|
@ -9,7 +9,7 @@
|
|||
**/
|
||||
Discourse.UserStreamView = Discourse.View.extend(Discourse.LoadMore, {
|
||||
loading: false,
|
||||
eyelineSelector: '#user-activity .user-stream .item',
|
||||
eyelineSelector: '.user-stream .item',
|
||||
classNames: ['user-stream'],
|
||||
|
||||
loadMore: function() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user