fissato un baco

This commit is contained in:
nicola 2025-03-08 20:07:41 +01:00
parent 04adb67db5
commit 6fba04bb81
1 changed files with 2 additions and 2 deletions

View File

@ -1050,7 +1050,7 @@ $(document).ready(function() {
$(".filterRiferimentiOn").attr("id",idCommento) $(".filterRiferimentiOn").attr("id",idCommento)
$(".filterRiferimentiOff").attr("id",idCommento) $(".filterRiferimentiOff").attr("id",idCommento)
if (parcid[0] == "CommentoQuery") { if (parcid[0] == "CommentoQuery") { // verificare
queryComment = true; queryComment = true;
} }
commentArea.empty() commentArea.empty()
@ -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) { if (noteAdded) { // verificare
commentArea.append(currentGroup); commentArea.append(currentGroup);
if (filterOn) { if (filterOn) {
$(".filterRiferimentiOff").css('display', 'inline-block'); $(".filterRiferimentiOff").css('display', 'inline-block');