From b4c61e36336dbb3965827e3a50fae66d6aeee0cb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 30 Nov 2018 22:16:23 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index 091c5b15..b761bbd9 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -646,8 +646,8 @@ var TagsPrototype = { .run(function(){ return raw ? this + // normalize results by default... : (this - // XXX should these be here??? .flat() .unique()) }) },