fix #2331 (Filter count doesn't display '0' if there are no entries)
This commit is contained in:
parent
4874d97afa
commit
fdade7877d
1 changed files with 1 additions and 2 deletions
|
@ -89,8 +89,7 @@ pandora.ui.filter = function(id) {
|
|||
'name',
|
||||
Ox._(Ox.getObjectById(pandora.site.filters, id).title)
|
||||
+ '<div class="OxColumnStatus OxLight">'
|
||||
+ (data.items ? Ox.formatNumber(data.items) : '')
|
||||
+ '</div>'
|
||||
+ Ox.formatNumber(data.items) + '</div>'
|
||||
);
|
||||
},
|
||||
paste: function(data) {
|
||||
|
|
Loading…
Reference in a new issue