mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 23:59:59 +01:00
link module
This commit is contained in:
@@ -37,7 +37,7 @@ const recentChanges = (function() {
|
||||
|
||||
changesListEl.append($('<li>')
|
||||
.append(formattedTime + ' - ')
|
||||
.append(createNoteLink(change.note_id))
|
||||
.append(link.createNoteLink(change.note_id))
|
||||
.append(' (').append(revLink).append(')'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user