config.ts: Fix followpagepatterns

14d7acc5 accidentally broke the regexes used by followpage. This commit
fixes them.
This commit is contained in:
glacambre 2018-09-04 06:26:01 +02:00
parent 97416e3510
commit 0fcef90a78
No known key found for this signature in database
GPG key ID: B9625DB1767553AC

View file

@ -371,8 +371,8 @@ class default_config {
* Edit these if you want to add, e.g. other language support.
*/
followpagepatterns = {
next: "^(next|newer\\b|»|>>|more",
prev: "^(prev(ious?|older\\b|«|<<",
next: "^(next|newer)\\b|»|>>|more",
prev: "^(prev(ious)?|older)\\b|«|<<",
}
/**