refactored all mentions of "history" to "revision"

This commit is contained in:
azivner
2018-03-25 20:52:38 -04:00
parent a69d8737ce
commit 47eb1e3e02
22 changed files with 147 additions and 149 deletions

View File

@@ -30,9 +30,9 @@ async function showDialog() {
const revLink = $("<a>", {
href: 'javascript:',
text: 'rev'
}).attr('action', 'note-history')
}).attr('action', 'note-revision')
.attr('note-path', change.noteId)
.attr('note-history-id', change.noteRevisionId);
.attr('note-revision-id', change.noteRevisionId);
let noteLink;