This commit is contained in:
Yohann D'ANELLO 2020-05-30 15:45:44 +02:00
parent a9ccf46010
commit 7bda0bb31f
1 changed files with 31 additions and 29 deletions

View File

@ -368,4 +368,6 @@ function autoCompleteNote(field_id, note_list_id, notes, notes_display, alias_pr
refreshHistory();
}
});
});
});
}