Fixed visualizzazione riferimenti manca Proemio
This commit is contained in:
parent
6fba04bb81
commit
7a6bf8552d
|
@ -1073,9 +1073,9 @@ $(document).ready(function() {
|
||||||
//gruppoVersi = k.split("_").slice(-1)[0]
|
//gruppoVersi = k.split("_").slice(-1)[0]
|
||||||
gruppoVersi = k
|
gruppoVersi = k
|
||||||
if (gruppoVersi.includes("-")) {
|
if (gruppoVersi.includes("-")) {
|
||||||
versText = ", Versi " + verso//gruppoVersi;
|
versText = ", Versi " + gruppoVersi;
|
||||||
} else {
|
} else {
|
||||||
versText = ", Verso " + verso//gruppoVersi;
|
versText = ", Verso " + gruppoVersi;
|
||||||
}
|
}
|
||||||
|
|
||||||
currentGroup = createNoteGroup(cantica, getRoman(parcid[2]), versText, k, commentsSQL[k].length, queryComment)
|
currentGroup = createNoteGroup(cantica, getRoman(parcid[2]), versText, k, commentsSQL[k].length, queryComment)
|
||||||
|
@ -1084,7 +1084,7 @@ $(document).ready(function() {
|
||||||
currentGroup.append(createNoteEntry(value, k, i, queryComment))
|
currentGroup.append(createNoteEntry(value, k, i, queryComment))
|
||||||
});
|
});
|
||||||
if (queryComment) {
|
if (queryComment) {
|
||||||
if (noteAdded) { // verificare
|
if (noteAdded) {
|
||||||
commentArea.append(currentGroup);
|
commentArea.append(currentGroup);
|
||||||
if (filterOn) {
|
if (filterOn) {
|
||||||
$(".filterRiferimentiOff").css('display', 'inline-block');
|
$(".filterRiferimentiOff").css('display', 'inline-block');
|
||||||
|
@ -1093,6 +1093,10 @@ $(document).ready(function() {
|
||||||
$(".filterRiferimentiOn").css('display', 'inline-block');
|
$(".filterRiferimentiOn").css('display', 'inline-block');
|
||||||
$(".filterRiferimentiOff").css('display', 'none');
|
$(".filterRiferimentiOff").css('display', 'none');
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
if (k.includes("-") && !filterOn) {
|
||||||
|
commentArea.append(currentGroup);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
commentArea.append(currentGroup);
|
commentArea.append(currentGroup);
|
||||||
|
|
Loading…
Reference in New Issue