searx/searx/static/plugins/js
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
..
infinite_scroll.js Load next page shortly before hitting the bottom 2019-06-04 18:22:02 +02:00
open_results_on_new_tab.js [enh] new plugin to open results on new browser tabs 2016-02-10 18:04:04 +01:00
search_on_category_select.js use `change` function just like in case of language selection 2017-11-30 22:33:54 +01:00
vim_hotkeys.js Fix Vim mode on Firefox 2018-03-05 13:41:37 +01:00