Skip to content

Commit defc000

Browse files
committed
Filename instead of name
1 parent dad9d6b commit defc000

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

previewers/betatest/js/refiqdacore.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ if (xmlDoc.getElementsByTagName("Sources")[0]) {
322322

323323
let annotationBlock = $('<div/>').width(tableWidth).appendTo($(".preview"));
324324
annotationBlock.append($("<h2/>").html("Annotations"));
325-
let annotationTable = createTable("Annotations", "Name", "Type", "Selection", "Codes").appendTo(annotationBlock);
325+
let annotationTable = createTable("Annotations", "Filename", "Type", "Selection", "Codes").appendTo(annotationBlock);
326326
annotationTable.addClass("annotationtable compact stripe");
327327

328328
annotationRows.forEach(function(rowData) {
@@ -365,7 +365,7 @@ if (xmlDoc.getElementsByTagName("Sources")[0]) {
365365

366366
let sourceBlock = $('<div/>').width(tableWidth).appendTo($(".preview"));
367367
sourceBlock.append($("<h2/>").html("Sources"));
368-
let sourceTable = createTable("Sources", "Name", "Type", "Selection", "Codes").appendTo(sourceBlock);
368+
let sourceTable = createTable("Sources", "Filename", "Type", "Selection", "Codes").appendTo(sourceBlock);
369369
sourceTable.addClass("sourcetable compact stripe");
370370

371371
sourceRows.forEach(function(rowData) {

0 commit comments

Comments
 (0)