fissato un baco
This commit is contained in:
parent
ec13715f5e
commit
04adb67db5
|
@ -579,10 +579,13 @@ $(document).ready(function() {
|
||||||
$(cantoDisplayed).css("display", "none");
|
$(cantoDisplayed).css("display", "none");
|
||||||
|
|
||||||
const cid = $(this).attr('name').replace(" ", "_");
|
const cid = $(this).attr('name').replace(" ", "_");
|
||||||
|
var telive = getListaRis()
|
||||||
cantoDisplayed = "#" + cid;
|
cantoDisplayed = "#" + cid;
|
||||||
|
|
||||||
if (vistaRiferimenti)
|
if (vistaRiferimenti)
|
||||||
initCitazioni()
|
if(!telive.length > 0){
|
||||||
|
initCitazioni()
|
||||||
|
}
|
||||||
var parcid = cid.split('_')
|
var parcid = cid.split('_')
|
||||||
|
|
||||||
if (!(loadedCanti.has(cid))) {
|
if (!(loadedCanti.has(cid))) {
|
||||||
|
@ -595,7 +598,7 @@ $(document).ready(function() {
|
||||||
loadedCanti.add(cid)
|
loadedCanti.add(cid)
|
||||||
}
|
}
|
||||||
|
|
||||||
var telive = getListaRis()
|
//var telive = getListaRis()
|
||||||
for (var tel of telive) { //prova
|
for (var tel of telive) { //prova
|
||||||
var telId = tel.split("_");
|
var telId = tel.split("_");
|
||||||
telId = "#"+telId[0]+telId[1]+"_"+telId[2];
|
telId = "#"+telId[0]+telId[1]+"_"+telId[2];
|
||||||
|
|
Loading…
Reference in New Issue