fixed mark di versi riferimento
This commit is contained in:
parent
e9cf35f88a
commit
19cfbbd4a7
|
@ -552,11 +552,12 @@ $(document).ready(function() {
|
||||||
showCanto(formeterza, '3', parcid[1])
|
showCanto(formeterza, '3', parcid[1])
|
||||||
loadedCanti.add(cid)
|
loadedCanti.add(cid)
|
||||||
}
|
}
|
||||||
//$("#" + $(this).attr('name').replace(" ", "_")).css("display", "block");
|
|
||||||
|
|
||||||
var telive = getListaRis()
|
var telive = getListaRis()
|
||||||
for (var tel of telive) {
|
for (var tel of telive) { //prova
|
||||||
$("#"+tel).addClass("mark ")
|
var telId = tel.split("_");
|
||||||
|
telId = "#"+telId[0]+telId[1]+"_"+telId[2];
|
||||||
|
$(telId+" #"+tel).addClass("mark ")
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#" + $(this).attr('name').replace(" ", "_")).attr('style', 'display: d-flex;')
|
$("#" + $(this).attr('name').replace(" ", "_")).attr('style', 'display: d-flex;')
|
||||||
|
|
Loading…
Reference in New Issue