Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ identifiers:
value: 10.5281/zenodo.17977921
description: Edirom Online Frontend
repository-code: https://github.com/Edirom/Edirom-Online-Frontend
commit: 978a734ec574f6329bef933f73aff155d9f2e1f7
commit: fa27a75e990f66221ec340bcb9aadb196013d876
abstract: >-
Edirom Online Frontend is the frontend for the Edirom
Online which is used for the presentation and
analysis of critical musical editions in a digital format,
particularly in the fields of musicology and philology.
license: GPL-3.0
version: v1.2.0
date-released: 2026-02-09
date-released: 2026-02-13
2 changes: 1 addition & 1 deletion app/view/window/text/TextView.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Ext.define('EdiromOnline.view.window.text.TextView', {

this.items = [
{
html: '<div id="' + this.id + '_textCont" class="textViewContent"></div>'
html: '<edirom-dom id="' + this.id + '_textCont" class="textViewContent"></edirom-dom>'
}
];

Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<script src="resources/js/edirom-verovio-renderer/edirom-verovio-renderer-component.js" type="text/javascript"></script>
<script src="resources/js/edirom-audio-player/edirom-audio-player.js" type="text/javascript"></script>
<script src="resources/js/edirom-core-web-components/src/edirom-icon.js" type="text/javascript"></script>
<script src="resources/js/edirom-core-web-components/src/edirom-dom.js" type="text/javascript"></script>

<!-- **Raphael JS** -->
<script type="text/javascript" src="resources/js/raphael-min.js"></script>
Expand Down