From 14cbb1882dc522222a6e131a5912d2c20847ff3d Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Thu, 27 Mar 2008 20:39:44 +0000 Subject: [PATCH] added "more" to nextpattern --- content/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/buffer.js b/content/buffer.js index 8fcf91d8..69dd0d6f 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -153,7 +153,7 @@ liberator.Buffer = function () //{{{ liberator.options.add(["nextpattern",], "Patterns to use when guessing the 'next' page in a document sequence", - "stringlist", "\\bnext,^>$,^(>>|»)$,^(>|»),(>|»)$"); + "stringlist", "\\bnext\\b,^>$,^(>>|»)$,^(>|»),(>|»)$,\\bmore\\b"); liberator.options.add(["previouspattern"], "Patterns to use when guessing the 'previous' page in a document sequence",