From b575aaf784f8a030115ed83cb4217b951ac67dd9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 2 Dec 2022 13:06:16 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- pwiki/page.js | 5 ----- pwiki2.js | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pwiki/page.js b/pwiki/page.js index 330ae39..693c753 100755 --- a/pwiki/page.js +++ b/pwiki/page.js @@ -1673,7 +1673,6 @@ object.Constructor('Page', BasePage, { '!': true, // XXX EXPERIMENTAL... quote: true, - 'quote!': true, }, // XXX should this be .raw or .parse()??? @@ -1691,10 +1690,6 @@ object.Constructor('Page', BasePage, { return res instanceof Array ? res.map(pwpath.quoteHTML) : pwpath.quoteHTML(res) }) }, - 'quote!': Object.assign( - function(){ - return this.quote(true) }, - {energetic: true}), // events... diff --git a/pwiki2.js b/pwiki2.js index dbd8815..c7f4493 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -38,6 +38,8 @@ * * * +* XXX BUG: seems that page caching stopped working... +* ...are we over-refreshing??? * XXX BUG: for some reason editing the root page ('/') hangs /tree... * XXX .parse(..): should we handle pattern paths and lists of text??? * XXX parser: error handling: add line number + context... (???)