1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-26 00:45:45 +01:00
This commit is contained in:
Kris Maglione
2012-07-21 19:47:37 -04:00
2 changed files with 5 additions and 6 deletions

View File

@@ -2297,7 +2297,7 @@ var Buffer = Module("Buffer", {
options.add(["previouspattern"],
"Patterns to use when guessing the previous page in a document sequence",
"regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source),
"regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)?\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source),
{ regexpFlags: "i" });
options.add(["pageinfo", "pa"],