forked from 0x2620/pandora
fix entities dialog
This commit is contained in:
parent
3259811836
commit
1907436b88
1 changed files with 0 additions and 6 deletions
|
@ -75,11 +75,6 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
operator: '+',
|
||||
visible: true,
|
||||
width: 256 - Ox.SCROLLBAR_SIZE
|
||||
},
|
||||
{
|
||||
id: 'sortName',
|
||||
title: 'Sort Name',
|
||||
operator: '+'
|
||||
}
|
||||
],
|
||||
items: function(options, callback) {
|
||||
|
@ -92,7 +87,6 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
}
|
||||
}), callback);
|
||||
},
|
||||
sort: [{key: 'sortName', operator: '+'}],
|
||||
scrollbarVisible: true,
|
||||
unique: 'id',
|
||||
width: 256 - Ox.SCROLLBAR_SIZE
|
||||
|
|
Loading…
Reference in a new issue