diff --git a/public/javascripts/note_tree.js b/public/javascripts/note_tree.js index 24e29da57..bc3b84e88 100644 --- a/public/javascripts/note_tree.js +++ b/public/javascripts/note_tree.js @@ -3,6 +3,7 @@ const noteTree = (function() { const treeEl = $("#tree"); const parentListEl = $("#parent-list"); + const parentListListEl = $("#parent-list-list"); let startNotePath = null; let notesTreeMap = {}; @@ -280,9 +281,7 @@ const noteTree = (function() { } else { parentListEl.show(); - parentListEl.empty(); - - const list = $("
Note locations:
+ +