minor changes

This commit is contained in:
nicola 2023-05-24 09:29:27 +02:00
parent 863cdd6265
commit 378182f929
1 changed files with 8 additions and 0 deletions

View File

@ -1034,6 +1034,14 @@ function resetFrasi(){
commentsItem['frammentoNota'] = "frammento";
commentsItem['testoVerso'] = "testo verso";
commentsArray.push(commentsItem);
var commentsItem = {}
commentsItem['verso'] = "2_1_1";
commentsItem['annotazione'] = "qui si contempla il commento del verso ";
commentsItem['commentario'] = " Alberto Miconi 1658 ";
commentsItem['frammentoNota'] = "frammento";
commentsItem['testoVerso'] = "testo verso";
commentsArray.push(commentsItem);
}
function getComments(cid){