diff --git a/static/js/documentInfoView.leftovers.js b/static/js/documentInfoView.leftovers.js index 4d544c8..d264c79 100644 --- a/static/js/documentInfoView.leftovers.js +++ b/static/js/documentInfoView.leftovers.js @@ -226,7 +226,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { conditions: [{ key: 'type', operator: '==', value: Ox.decodeHTMLEntities(key) }, { - key: 'name', operator: '==', value: Ox.decodeHTMLEntities(data[key]) + key: 'name', operator: '==', value: Ox.decodeHTMLEntities(data[key] || '') }], operator: '&' },