Skip to content

Commit

Permalink
fix GenesiStudioParser notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebeaker committed Sep 20, 2024
1 parent 2f8ecaa commit ddc40bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/js/parsers/GenesiStudioParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class GenesiStudioParser extends Parser{
this.appendContent(newDoc, content);
let notes = json.nodes[2].data[json.nodes[2].data[0].footnotes];
if (notes !== null && notes != "") {
this.appendElement(newDoc, "h3", "Notes");
this.appendContent(newDoc, notes);
}
return newDoc.dom;
Expand Down

0 comments on commit ddc40bb

Please sign in to comment.