update filter.js
This commit is contained in:
parent
533e077cd5
commit
348adff954
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ pandora.ui.filter = function(id) {
|
|||
'name',
|
||||
Ox.getObjectById(pandora.site.filters, id).title
|
||||
+ '<div class="OxColumnStatus OxLight">'
|
||||
+ Ox.formatNumber(data.items)
|
||||
+ (data.items ? Ox.formatNumber(data.items) : '')
|
||||
+ '</div>'
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue