diff --git a/js/cesareBrowse.js b/js/cesareBrowse.js index 3887086..29f6eaa 100644 --- a/js/cesareBrowse.js +++ b/js/cesareBrowse.js @@ -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){