dont use sort for index

This commit is contained in:
j 2014-02-13 06:47:53 +00:00
parent d27ce4de70
commit bb0b8c247c

View file

@ -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