mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
converted note history to module
This commit is contained in:
@@ -32,7 +32,7 @@ const recentChanges = (function() {
|
||||
});
|
||||
|
||||
const revLink = $("<a>", {
|
||||
href: "javascript: showNoteHistoryDialog('" + change.note_id + "', '" + change.note_history_id + "');",
|
||||
href: "javascript: noteHistory.showNoteHistoryDialogNotAsync('" + change.note_id + "', '" + change.note_history_id + "');",
|
||||
text: 'rev'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user