transfer panel: fix formatting
This commit is contained in:
parent
881956b4f4
commit
eb2e0a772b
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,7 @@ oml.ui.transfersPanel = function() {
|
||||||
'size', 'transferprogress'
|
'size', 'transferprogress'
|
||||||
], id) ? 'right' : 'left',
|
], id) ? 'right' : 'left',
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
return Ox.encodeHTMLEntities(
|
return Ox.encodeHTMLEntities(key.format(value));
|
||||||
(key.format || Ox.identity)(value)
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
id: id,
|
id: id,
|
||||||
operator: oml.getSortOperator(id),
|
operator: oml.getSortOperator(id),
|
||||||
|
|
Loading…
Reference in a new issue