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