mirror of https://github.com/searxng/searxng.git
06979fa082
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. |
||
---|---|---|
.. | ||
infinite_scroll.js | ||
open_results_on_new_tab.js | ||
search_on_category_select.js | ||
vim_hotkeys.js |