mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
refactoring of legacy js events
This commit is contained in:
@@ -37,7 +37,7 @@ async function loadNoteRevisions(noteId, noteRevisionId) {
|
||||
for (const item of revisionItems) {
|
||||
$list.append($('<option>', {
|
||||
value: item.noteRevisionId,
|
||||
text: item.dateLastEdited.substr(0, 16)
|
||||
text: item.dateLastEdited.substr(0, 16) + ` (${item.contentLength} bytes)`
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user