Skip to content

Commit

Permalink
Fixed footnote issue on export. Fixes benweet#685
Browse files Browse the repository at this point in the history
  • Loading branch information
benweet committed Feb 2, 2015
1 parent d0e484c commit 3069667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/res/extensions/partialRendering.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ define([

// Rewrite footnotes in the footer and update footnote numbers
footnoteContainerElt.innerHTML = '';
delete footnoteContainerElt.exportableHtml;
var usedFootnoteIds = [];
if(hasFootnotes === true) {
var footnoteElts = crel('ol');
Expand Down

0 comments on commit 3069667

Please sign in to comment.