mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #3639 from riking/patch-7
FEATURE: Show "load more" button on tall screens
This commit is contained in:
commit
dcaf8237bd
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ Discourse.Scrolling = Em.Mixin.create({
|
|||
}
|
||||
|
||||
Discourse.ScrollingDOMMethods.bindOnScroll(onScrollMethod, opts.name);
|
||||
Em.run.scheduleOnce('afterRender', onScrollMethod);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue