From 1907436b88a8f08748bc49afa52ecabd034d3a48 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 16 Dec 2014 17:52:20 +0000 Subject: [PATCH] fix entities dialog --- static/js/entitiesDialog.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index 03797e8ae..a2f35e1fb 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