forked from 0x2620/pandora
remove Ox.formatNumber (not needed)
This commit is contained in:
parent
22cea7154b
commit
cd3060c567
1 changed files with 1 additions and 3 deletions
|
@ -406,9 +406,7 @@ pandora.ui.list = function() {
|
|||
) {
|
||||
list = find.conditions[0].value;
|
||||
folder = pandora.getListData(list).folder;
|
||||
pandora.$ui.folderList[folder].value(
|
||||
list, 'items', Ox.formatNumber(data.items)
|
||||
);
|
||||
pandora.$ui.folderList[folder].value(list, 'items', data.items);
|
||||
}
|
||||
pandora.$ui.statusbar.set('total', data);
|
||||
data = [];
|
||||
|
|
Loading…
Reference in a new issue