sharing WIP

This commit is contained in:
zadam
2021-12-21 22:01:06 +01:00
parent 402e29d6dc
commit 7c885a8b76
3 changed files with 13 additions and 13 deletions

View File

@@ -94,7 +94,7 @@ function getContent(note) {
content = '<p>This note type cannot be displayed.</p>' + getChildrenList(note);
}
return `<div class="type-${note.type}">${content}</content>`;
return content;
}
function register(router) {