Skip to content

Commit

Permalink
Update indigo_app/static/javascript/indigo/views/document_editor.js
Browse files Browse the repository at this point in the history
Co-authored-by: edith <32566441+goose-life@users.noreply.github.com>
  • Loading branch information
longhotsummer and goose-life authored Dec 9, 2024
1 parent cb3b9f6 commit ed0715f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@

if (!data.element_id && this.xmlElement.tagName !== "akomaNtoso") {
// for elements without ids (preamble, preface, components)
data.element_id = this.xmlElementxmlElement.tagName;
data.element_id = this.xmlElement.tagName;
}

$.ajax({
Expand Down

0 comments on commit ed0715f

Please sign in to comment.