mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
fixed recent changes
This commit is contained in:
parent
8a1c477b8a
commit
aeeb35101e
@ -25,7 +25,7 @@ const link = (function() {
|
||||
function createNoteLink(noteId) {
|
||||
const noteLink = $("<a>", {
|
||||
href: 'javascript:',
|
||||
text: treeUtils.getFullName(noteId)
|
||||
text: noteTree.getNoteTitle(noteId)
|
||||
}).attr('action', 'note')
|
||||
.attr('note-id', noteId);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user