fixed mark di versi riferimento

This commit is contained in:
nicola 2025-03-05 15:40:50 +01:00
parent e9cf35f88a
commit 19cfbbd4a7
1 changed files with 4 additions and 3 deletions

View File

@ -552,11 +552,12 @@ $(document).ready(function() {
showCanto(formeterza, '3', parcid[1])
loadedCanti.add(cid)
}
//$("#" + $(this).attr('name').replace(" ", "_")).css("display", "block");
var telive = getListaRis()
for (var tel of telive) {
$("#"+tel).addClass("mark ")
for (var tel of telive) { //prova
var telId = tel.split("_");
telId = "#"+telId[0]+telId[1]+"_"+telId[2];
$(telId+" #"+tel).addClass("mark ")
}
$("#" + $(this).attr('name').replace(" ", "_")).attr('style', 'display: d-flex;')