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
..
2019-11-23 19:27:49 -07:00
2019-10-14 14:18:02 +02:00
2019-11-15 09:33:15 +01:00
2019-10-16 15:52:48 +02:00
2017-11-01 17:02:38 +01:00
2019-11-15 09:33:15 +01:00
2019-01-06 21:59:59 +01:00