diff --git a/templates/popup.html b/templates/popup.html index 9cebe430..a3a18e70 100644 --- a/templates/popup.html +++ b/templates/popup.html @@ -52,7 +52,11 @@
- +
diff --git a/ui/uiController.js b/ui/uiController.js index 9ac677ac..5b77bb63 100644 --- a/ui/uiController.js +++ b/ui/uiController.js @@ -52,6 +52,7 @@ function addToSandwich(type, item){ // add the new subgoal to the sidebar if (!foundIt) { sidebarBody().find("#subgoalList").append(sideSubgoal); + sidebarBody().find("#treeInfo").show(); } }