From 7eb8902d03b226f35d4eadcebafc59a59f016b73 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 15 Jan 2026 16:39:32 +0000 Subject: [PATCH] list id --- static/js/documentInfoView.p_for_power.js | 1 + 1 file changed, 1 insertion(+) 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) {