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])
|
||||
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;')
|
||||
|
|
Loading…
Reference in New Issue