mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
sharing WIP
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user