corretto numero cantica in ShowCanto
This commit is contained in:
parent
2ecb6bfaed
commit
d6a6813d21
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue