mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
added titles with full date time including timezone offset also to note revisions dialog/widget
This commit is contained in:
@@ -59,6 +59,7 @@ class NoteRevisionsWidget extends CollapsibleWidget {
|
||||
'data-action': 'note-revision',
|
||||
'data-note-path': note.noteId,
|
||||
'data-note-revision-id': item.noteRevisionId,
|
||||
title: 'This revision was last edited on ' + item.dateLastEdited,
|
||||
href: 'javascript:'
|
||||
}).text(item.dateLastEdited.substr(0, 16)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user