bug fixed
This commit is contained in:
parent
1babf44179
commit
b19384a790
|
@ -477,6 +477,7 @@ $(" ."+formaClass).hover(function(idx, element) {
|
||||||
const cid=$(this).attr('name').replace(" ", "_");
|
const cid=$(this).attr('name').replace(" ", "_");
|
||||||
|
|
||||||
cantoDisplayed = "#"+cid;
|
cantoDisplayed = "#"+cid;
|
||||||
|
initCitazioni()
|
||||||
var parcid=cid.split('_')
|
var parcid=cid.split('_')
|
||||||
|
|
||||||
if ( !(loadedCanti.has(cid)))
|
if ( !(loadedCanti.has(cid)))
|
||||||
|
@ -736,10 +737,10 @@ function resetFrasi(){
|
||||||
if (mcanto.startsWith('Par'))
|
if (mcanto.startsWith('Par'))
|
||||||
cantica='Paradiso'
|
cantica='Paradiso'
|
||||||
canto=mcanto.split('_')[1]
|
canto=mcanto.split('_')[1]
|
||||||
if (canto.length=1)
|
if (canto.length==1)
|
||||||
canto='0'+canto
|
canto='0'+canto
|
||||||
console.log(cantica+', '+canto)
|
console.log(cantica+', '+canto)
|
||||||
commentsArray=getVersiConCitazioni(cantica, "01")
|
commentsArray=getVersiConCitazioni(cantica, canto)
|
||||||
console.log(commentsArray)
|
console.log(commentsArray)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue