tree now shows list of different cloned notes

This commit is contained in:
azivner
2017-11-21 20:04:06 -05:00
parent 84a9e9067d
commit d7644de666
6 changed files with 82 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ const recentChanges = (function() {
href: 'javascript:',
text: 'rev'
}).attr('action', 'note-history')
.attr('note-id', change.note_id)
.attr('note-path', change.note_id)
.attr('note-history-id', change.note_history_id);
changesListEl.append($('<li>')