diff --git a/js/browseMgr_5.1.js b/js/browseMgr_5.1.js index 639f94b..6be2b72 100644 --- a/js/browseMgr_5.1.js +++ b/js/browseMgr_5.1.js @@ -1050,7 +1050,7 @@ $(document).ready(function() { $(".filterRiferimentiOn").attr("id",idCommento) $(".filterRiferimentiOff").attr("id",idCommento) - if (parcid[0] == "CommentoQuery") { + if (parcid[0] == "CommentoQuery") { // verificare queryComment = true; } commentArea.empty() @@ -1084,7 +1084,7 @@ $(document).ready(function() { currentGroup.append(createNoteEntry(value, k, i, queryComment)) }); if (queryComment) { - if (noteAdded) { + if (noteAdded) { // verificare commentArea.append(currentGroup); if (filterOn) { $(".filterRiferimentiOff").css('display', 'inline-block');