forked from 0x2620/pandora
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',
|
'name',
|
||||||
Ox.getObjectById(pandora.site.filters, id).title
|
Ox.getObjectById(pandora.site.filters, id).title
|
||||||
+ '<div class="OxColumnStatus OxLight">'
|
+ '<div class="OxColumnStatus OxLight">'
|
||||||
+ Ox.formatNumber(data.items)
|
+ (data.items ? Ox.formatNumber(data.items) : '')
|
||||||
+ '</div>'
|
+ '</div>'
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue