mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
downloading note revisions
This commit is contained in:
@@ -47,7 +47,7 @@ class NoteRevisionsWidget extends StandardWidget {
|
||||
}).text(item.dateLastEdited.substr(0, 16)));
|
||||
|
||||
if (item.contentLength !== null) {
|
||||
$listItem.append($("<span>").text(` (${item.contentLength} characters)`))
|
||||
$listItem.append($("<span>").text(` (${item.contentLength} bytes)`))
|
||||
}
|
||||
|
||||
$list.append($listItem);
|
||||
|
||||
Reference in New Issue
Block a user