Skip to content

Commit

Permalink
Show author_and_year field if defined
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Sep 26, 2024
1 parent d4eecd4 commit 5ada1dc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
content += '<div>' + firstPos + '..' + lastPos + '</div>\n';
}
}
if (feature.author_and_year) {
content += '<div class="author-and-year">' + feature.author_and_year + '</div>\n';
}
if (feature.assigned_by) {
content += '<div>Assigned by: ' + feature.assigned_by + '</div>\n';
}
Expand Down

0 comments on commit 5ada1dc

Please sign in to comment.