searx/searx/static/plugins
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
..
css Hide buttons when infinite scrolling is enabled 2018-04-25 18:54:43 +03:00
js Fix not jumping to results loaded by infinite scroll 2019-12-16 19:31:29 +01:00