diff --git a/config.jsonc b/config.jsonc index 9e5f82c..a3c4474 100644 --- a/config.jsonc +++ b/config.jsonc @@ -261,14 +261,6 @@ "find": true, "sort": true }, - { - "id": "volume", - "title": "Volume", - "type": "string", - "columnWidth": 128, - "find": true, - "sort": true - }, { "id": "language", "title": "Language", diff --git a/static/js/documentInfoView.mdr.js b/static/js/documentInfoView.mdr.js index d185f55..3222068 100644 --- a/static/js/documentInfoView.mdr.js +++ b/static/js/documentInfoView.mdr.js @@ -230,7 +230,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { // Director, Year and Country ---------------------------------------------- renderGroup(['author', 'date', 'format']); - renderGroup(['publisher', 'place', 'series', 'volume', 'language']); + renderGroup(['publisher', 'place', 'series', 'language']); renderGroup(['source', 'links']); renderGroup(['movement', 'event', 'associatedgroups']); renderGroup(['tags']); @@ -270,7 +270,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { } // Preview - if (data.extension == 'pdf' && !isMultiple) { + if (data.extension == 'pdf') { var $div = $('