fissato un baco

This commit is contained in:
nicola 2025-03-08 20:04:04 +01:00
parent ec13715f5e
commit 04adb67db5
1 changed files with 6 additions and 3 deletions

View File

@ -579,10 +579,13 @@ $(document).ready(function() {
$(cantoDisplayed).css("display", "none");
const cid = $(this).attr('name').replace(" ", "_");
var telive = getListaRis()
cantoDisplayed = "#" + cid;
if (vistaRiferimenti)
initCitazioni()
if(!telive.length > 0){
initCitazioni()
}
var parcid = cid.split('_')
if (!(loadedCanti.has(cid))) {
@ -595,7 +598,7 @@ $(document).ready(function() {
loadedCanti.add(cid)
}
var telive = getListaRis()
//var telive = getListaRis()
for (var tel of telive) { //prova
var telId = tel.split("_");
telId = "#"+telId[0]+telId[1]+"_"+telId[2];