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