Increased size/area of infinite scrolling.
This commit is contained in:
parent
4e46fa1c6e
commit
773392d6b3
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class Index extends App.Controller
|
|||
@start_page = @start_page + 1
|
||||
@fetch()
|
||||
|
||||
$('footer').waypoint( a, { offset: '120%', triggerOnce: true } )
|
||||
$('footer').waypoint( a, { offset: '140%', triggerOnce: true } )
|
||||
|
||||
page: (e) =>
|
||||
e.preventDefault()
|
||||
|
|
Loading…
Reference in a new issue