introduction of refreshWithNote

This commit is contained in:
zadam
2020-01-19 11:37:24 +01:00
parent adb9ce5e93
commit 9f1e777e6d
16 changed files with 49 additions and 44 deletions

View File

@@ -31,7 +31,7 @@ class NoteInfoWidget extends StandardWidget {
this.$body.html(TPL);
}
refresh() {
refreshWithNote() {
const $noteId = this.$body.find(".note-info-note-id");
const $dateCreated = this.$body.find(".note-info-date-created");
const $dateModified = this.$body.find(".note-info-date-modified");