Skip to content

Commit

Permalink
support all reference-able things
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored and bakkot committed Aug 26, 2023
1 parent 101fa70 commit 7578ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ let referencePane = {
let previousId;
let previousCell;
let dupCount = 0;
this.$headerRefId.innerHTML = entry.titleHTML;
this.$headerRefId.innerHTML = getKey(entry);
this.$headerRefId.setAttribute('href', makeLinkToId(entry.id));
this.$headerRefId.style.display = 'inline';
(entry.referencingIds || [])
Expand Down

0 comments on commit 7578ade

Please sign in to comment.