Fixed footnote issue on export. Fixes #685
This commit is contained in:
parent
d0e484c7f0
commit
3069667594
@ -166,6 +166,7 @@ define([
|
|||||||
|
|
||||||
// Rewrite footnotes in the footer and update footnote numbers
|
// Rewrite footnotes in the footer and update footnote numbers
|
||||||
footnoteContainerElt.innerHTML = '';
|
footnoteContainerElt.innerHTML = '';
|
||||||
|
delete footnoteContainerElt.exportableHtml;
|
||||||
var usedFootnoteIds = [];
|
var usedFootnoteIds = [];
|
||||||
if(hasFootnotes === true) {
|
if(hasFootnotes === true) {
|
||||||
var footnoteElts = crel('ol');
|
var footnoteElts = crel('ol');
|
||||||
|
Loading…
Reference in New Issue
Block a user