minor ui tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-12-06 05:48:19 +03:00
parent c07dc3cfa1
commit b6e0867f44

View File

@ -297,7 +297,8 @@ var TagUIActions = actions.Actions({
opacity: tags.indexOf(tag) >= 0 ? '' : '0.3' opacity: tags.indexOf(tag) >= 0 ? '' : '0.3'
}, },
attrs: { attrs: {
count: opts.hideTagCount || count, count: opts.hideTagCount
|| (count == 0 ? null : count),
}, },
open: function(){ open: function(){
var e = $(this) var e = $(this)