searxng/searx/static/plugins/js
Nick Espig 0ae86cd168
Fix not jumping to results loaded by infinite scroll
Infinite scroll adds a `hr` tag to split up the sections loaded by it.
The vim bindings `j` and `k`, which jump to the next and previous result
respectively, search for a **direct** sibling with the class `result`.
With the `hr` between results a direct sibling cannot be found. To fix
this we remove the restriction of it having to be a direct sibling.
2019-12-16 19:31:29 +01: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 not jumping to results loaded by infinite scroll 2019-12-16 19:31:29 +01:00