downloading note revisions

This commit is contained in:
zadam
2019-11-09 08:53:13 +01:00
parent 58a857cf79
commit 5aa5ec3af1
7 changed files with 80 additions and 12 deletions

View File

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