From baf58ea35738fa1dfededbb02b8aab8491d5cd39 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 6 Sep 2022 00:37:39 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwiki2.js b/pwiki2.js index 3cfcdbd..ddc3ffb 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -45,13 +45,13 @@ * .args - empty * .renderer.args - a b c * .root.args - a b c -* XXX seem to be losing args on this path... +* XXX losing args on this path... * XXX triggered twice... * await pwiki.get('/path/testAction:x:y:z').parse('@include(.)') * .args - empty * .renderer.args - a b c * .root.args - a b c -* XXX seem to be losing args on this path... +* XXX losing args on this path... * XXX triggered twice... * XXX CACHE need to explicitly prevent caching of some actions/pages... * XXX FEATURE tags and accompanying API...