From b6e0867f4492a7198a5a1505546ea804953ab191 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 6 Dec 2018 05:48:19 +0300 Subject: [PATCH] minor ui tweak... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/tags.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/tags.js b/ui (gen4)/features/tags.js index 72c340cc..58c59349 100755 --- a/ui (gen4)/features/tags.js +++ b/ui (gen4)/features/tags.js @@ -297,7 +297,8 @@ var TagUIActions = actions.Actions({ opacity: tags.indexOf(tag) >= 0 ? '' : '0.3' }, attrs: { - count: opts.hideTagCount || count, + count: opts.hideTagCount + || (count == 0 ? null : count), }, open: function(){ var e = $(this)