Skip to content

Commit

Permalink
Eliminate duplicate chapter content
Browse files Browse the repository at this point in the history
  • Loading branch information
jimt committed Jun 17, 2020
1 parent e2c7273 commit 5266697
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function getContent($) {
});
}
header = title;
chapter = "";
} else if (header) {
chapter += $.html($(e));
}
Expand Down

0 comments on commit 5266697

Please sign in to comment.