From cbe97eba60dfa6231908f4486d86c95d0f5200e3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 30 Dec 2018 00:06:14 +0300 Subject: [PATCH] tweaking defaults + cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index 3eb5f146..fe394870 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -2025,7 +2025,6 @@ module.BaseTags = // Add an ability to trigger handlers when working with specific (special) // tags. // -// XXX idea: */* to make a tag persistent... // XXX EXPERIMENTAL... var TagsWithHandlersPrototype = { __proto__: BaseTagsPrototype, @@ -2451,7 +2450,7 @@ module.Tags = object.mixin(BaseTagsPrototype, TagsWithHandlersPrototype, // XXX not sure if this should be on by default... - //TagsWithPersistentPathsPrototype, + TagsWithPersistentPathsPrototype, // NOTE: this needs unmodified input tags this should be // mixed in last, i.e. first to be called in chain // (TagsWithHandlers change the input tags)...