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

@@ -61,7 +61,7 @@ const noteHistory = (function() {
$(document).on('click', "a[action='note-history']", event => {
const linkEl = $(event.target);
const noteId = linkEl.attr('note-id');
const noteId = linkEl.attr('note-path');
const noteHistoryId = linkEl.attr('note-history-id');
showNoteHistoryDialog(noteId, noteHistoryId);