mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor ui tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c07dc3cfa1
commit
b6e0867f44
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user