minor changes
This commit is contained in:
parent
863cdd6265
commit
378182f929
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue