From 1da5dd7830b357d1f7d3978f93bcb3f43fd1f625 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 18 Sep 2016 17:00:40 +0300 Subject: [PATCH] notes and cleanup... Signed-off-by: Alex A. Naanou --- pwiki.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pwiki.js b/pwiki.js index 7050533..826897a 100755 --- a/pwiki.js +++ b/pwiki.js @@ -505,6 +505,7 @@ module.pWikiPageActions = actions.Actions({ return res }], // NOTE: a filter can take a function or a string path pattern... + // NOTE: only absolute path patterns are supported... filter: ['Page/', function(func){ // we got a sting pattern...