You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
css Add image format and source information to display (#1567) 5 years ago
fonts [enh] static content generalization 10 years ago
js [mod] move plugin static files to static/plugins 9 years ago
less/bootstrap Revert: [enh] add new bootstrap-themes to oscar-template 10 years ago
plugins Fix not jumping to results loaded by infinite scroll 5 years ago
themes theme: oscar - tidy up trailing whitespaces and tab usage 5 years ago