added titles with full date time including timezone offset also to note revisions dialog/widget

This commit is contained in:
zadam
2020-05-01 00:01:53 +02:00
parent 90d091aedb
commit 5c35b870eb
2 changed files with 3 additions and 1 deletions

View File

@@ -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)));