fissato un baco
This commit is contained in:
parent
04adb67db5
commit
6fba04bb81
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue