diff --git a/static/js/documentsPanel.js b/static/js/documentsPanel.js index 7ca2c117b..cc8ca13f6 100644 --- a/static/js/documentsPanel.js +++ b/static/js/documentsPanel.js @@ -52,13 +52,6 @@ pandora.ui.documentsPanel = function(options) { visible: true, width: 64 }, - { - id: 'type', - operator: '+', - title: Ox._('Type'), - visible: true, - width: 128 - }, { id: 'description', operator: '+', @@ -653,14 +646,6 @@ pandora.ui.documentsPanel = function(options) { value: item.user, width: width }), - Ox.Input({ - disabled: !editable, - id: 'type', - label: Ox._('Type'), - labelWidth: labelWidth, - value: item.type, - width: width - }), Ox.Input({ disabled: !editable, height: 256,