(+ one more)

This commit is contained in:
rolux 2012-06-28 00:25:41 +02:00
parent fcaf7c0375
commit 927e4c9ef6

View file

@ -75,7 +75,6 @@ function constructList() {
id: "name",
operator: "+",
title: "Name",
unique: true,
visible: true,
width: 140
},
@ -110,12 +109,8 @@ function constructList() {
}
},
scrollbarVisible: true,
sort: [
{
key: "name",
operator: "+"
}
]
sort: [{key: "name", operator: "+"}],
unique: 'name'
}).bindEvent({
select: function(data) {
var info = $('<div>').addClass('OxSelectable'),