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