corretto numero cantica in ShowCanto

This commit is contained in:
nicola 2025-03-18 17:16:21 +01:00
parent 2ecb6bfaed
commit d6a6813d21
1 changed files with 2 additions and 2 deletions

View File

@ -609,7 +609,7 @@ $(document).ready(function() {
} }
if (!(loadedCanti.has(cid))) { if (!(loadedCanti.has(cid))) {
showCanto(forma, '1', parcid[1]) showCanto(forma, numeroCantica, parcid[1])
loadedCanti.add(cid) loadedCanti.add(cid)
} }
@ -1080,7 +1080,7 @@ $(document).ready(function() {
var commentArea = $('#displaynote'); var commentArea = $('#displaynote');
var idCommento = "CommentoQuery_" + parcid[1] + "_" + parcid[2] + "_" + parcid[3]; var idCommento = "CommentoQuery_" + parcid[1] + "_" + parcid[2] + "_" + parcid[3];
$(".filterRiferimentiOn").attr("id", idCommento) $(".filterRiferimentiOn").attr("id", idCommento)
$(".filterRiferimentiOff").attr("id", idCommento) $(".filterRiferimentiOff").attr("id", idCommento+"_Off")
if (parcid[0] == "CommentoQuery") { // verificare if (parcid[0] == "CommentoQuery") { // verificare
queryComment = true; queryComment = true;