searx/searx/static/plugins
Nick Espig 06979fa082
Load next page shortly before hitting the bottom
This improves the user experience by loading in the next entries shortly before him getting to the bottom. It makes the scrolling more smooth without a break in between.

It also fixes an error on my browser that scrolling never hits the defined number. When I debugged it I hit `.scrolltop` of 1092.5 and the `doc.height - win.height` of 1093, so the condition was never true.
2019-06-04 18:22:02 +02:00
..
css Hide buttons when infinite scrolling is enabled 2018-04-25 18:54:43 +03:00
js Load next page shortly before hitting the bottom 2019-06-04 18:22:02 +02:00