diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index 03797e8a..a2f35e1f 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -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