From d21dc57f9c0ab0ffc1d255baa976ea63731f4ac5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 19 Dec 2018 20:59:46 +0300 Subject: [PATCH 1/2] typo fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index 927a2459..6a704bf7 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -395,8 +395,8 @@ var BaseTagsPrototype = { // ... // -------------------------------- // a:b a:b a:x - // b:c z:b:m - // a:x:b ... + // b:a z:b:m + // a:x:b:z ... // ... // // From fb1e73a475937728b22de24efe9a483dee951436 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 19 Dec 2018 23:12:06 +0300 Subject: [PATCH 2/2] more fixes... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index 6a704bf7..7d35a1ef 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -809,7 +809,7 @@ var BaseTagsPrototype = { return this }, - // NOTE: this supports tag patterns (see: ,match(..)) + // NOTE: this supports tag patterns (see: .match(..)) // NOTE: non-pattern tags are matched explicitly. untag: function(tags, value){ var that = this @@ -911,7 +911,7 @@ var BaseTagsPrototype = { // Toggle a tag to persistent/non-persistent... // - // A persistent is not removed when untagging a value. + // A persistent tag is not removed when untagging a value. // // .togglePersistent(tag) // .togglePersistent(tag, tag, ...)