Skip to content

Commit

Permalink
revert to original behaviour wrt taxonomicName selection
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba committed Nov 7, 2024
1 parent f5894b6 commit 2cbf0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gg2rdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export function gg2rdf(

// add cited taxon concepts
document.querySelectorAll(
"subSubSection[type='reference_group'] treatmentCitationGroup, subSubSection[type='reference_group'] treatmentCitation, subSubSection[type='reference_group'] taxonomicName, taxonomicName",
"subSubSection[type='reference_group'] treatmentCitationGroup, subSubSection[type='reference_group'] treatmentCitation, subSubSection[type='reference_group'] taxonomicName",
).forEach((e: Element) => {
if (
(e.tagName === "treatmentCitation" &&
Expand Down

0 comments on commit 2cbf0bb

Please sign in to comment.