converted note history to module

This commit is contained in:
azivner
2017-11-04 13:55:46 -04:00
parent 6d82a0e03f
commit 394fd6f527
3 changed files with 74 additions and 59 deletions

View File

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