fixed recent changes

This commit is contained in:
azivner 2017-11-19 22:48:07 -05:00
parent 8a1c477b8a
commit aeeb35101e

View File

@ -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);