Skip to content

Commit

Permalink
Update app/view/window/AnnotationView.js
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Röwenstrunk <[email protected]>
  • Loading branch information
nikobeer and roewenstrunk authored Dec 1, 2021
1 parent 2100189 commit 51a432d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/view/window/AnnotationView.js
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ Ext.define('EdiromOnline.view.window.AnnotationView', {
var hiddenData = participant['hiddenData'];
var content = participant['content'];

label = (siglum == ''?source:siglum);// + ": " + label;
label = (siglum == ''?source:siglum) + ": " + label;

var shape = null;

Expand Down

0 comments on commit 51a432d

Please sign in to comment.