dont use sort for index
This commit is contained in:
parent
d27ce4de70
commit
bb0b8c247c
1 changed files with 0 additions and 3 deletions
|
@ -79,9 +79,6 @@ Ox.ClipPanel = function(options, self) {
|
|||
align: 'right',
|
||||
id: 'index',
|
||||
operator: '+',
|
||||
sort: function(value, data) {
|
||||
return data.sort;
|
||||
},
|
||||
title: Ox._('Index'),
|
||||
visible: false,
|
||||
width: 60
|
||||
|
|
Loading…
Reference in a new issue