Skip to content

Commit

Permalink
Remove footnote text in chapter for tamagotl.com
Browse files Browse the repository at this point in the history
See: #1003
  • Loading branch information
dteviot committed Jul 9, 2023
1 parent 6a3d57b commit e4c5a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/js/parsers/NoblemtlParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class NoblemtlParser extends Parser{
.filter(p => p.style.opacity === "0");
util.removeElements(toRemove);
util.removeChildElementsMatchingCss(element, "span.modern-footnotes-footnote__note");
util.removeChildElementsMatchingCss(element, "span.footnote_tooltip");
super.removeUnwantedElementsFromContentElement(element);
}

Expand Down

0 comments on commit e4c5a54

Please sign in to comment.