diff --git a/static/js/documentInfoView.p_for_power.js b/static/js/documentInfoView.p_for_power.js index 57b83a7..a1f0e0a 100644 --- a/static/js/documentInfoView.p_for_power.js +++ b/static/js/documentInfoView.p_for_power.js @@ -337,6 +337,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { var html = Ox.sortBy(Object.values(itemsById), 'title').map(function(item) { return (item.referenced ? '' : '') + item.title //Ox.encodeHTMLEntities(item.title) + + ' ('+item.id+')' + (item.referenced ? '' : '') + (item.annotations.length ? ' (' + Ox.sortBy(item.annotations, 'in').map(function(annotation) {