searxng/searx/static
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 Add image format and source information to display (#1567) 2019-08-06 09:31:24 +02:00
fonts
js [mod] move plugin static files to static/plugins 2016-02-10 18:06:11 +01:00
less/bootstrap
plugins Fix not jumping to results loaded by infinite scroll 2019-12-16 19:31:29 +01:00
themes theme: oscar - tidy up trailing whitespaces and tab usage 2019-12-10 18:10:33 +01:00