basic recent changes implementation

This commit is contained in:
azivner
2017-09-26 23:23:03 -04:00
parent c6472a1c0c
commit b30bc19bd2
6 changed files with 88 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ $(document).bind('keydown', 'alt+h', function() {
$("#noteHistoryList").append($('<option>', {
value: row.id,
text: formatDate(dateModified)
text: formatDateTime(dateModified)
}));
}