risultati riferimenti: test in progress
This commit is contained in:
parent
dd76f21f6a
commit
faaaf805da
|
@ -1970,7 +1970,7 @@ $(document).ready(function() {
|
|||
versiIniziali.append(divVerso)
|
||||
listaVersi.append(versiIniziali)
|
||||
elencoRiferimenti.append(listaVersi)
|
||||
setVersicontesto.add(commentoRisultato[0] + 'P')
|
||||
setVersicontesto.add(commentoRisultato[0] + "_" + 'Canto_' + commentoRisultato[2] + '_Proemio_sp')//(commentoRisultato[0] + 'P')
|
||||
numeroVersi++;
|
||||
var testoProemio = commentoRisultato[0] + ", Canto " + commentoRisultato[2] + " Proemio"
|
||||
createSpanFormeNew(testoProemio, '* ', 'e0', '*', '*', elementoversospan)
|
||||
|
@ -2021,6 +2021,7 @@ $(document).ready(function() {
|
|||
var apio = $("#" + aidCommento)
|
||||
if (apio.length)
|
||||
continue;
|
||||
elverso=elverso.replace('_Proemio', '_0')
|
||||
var myverso = $('#' + elverso.replace('sp', 'res'))
|
||||
createCommentSpan(aidCommento, myverso, 1)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue