Skip to content

Commit

Permalink
Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremespb committed Jun 19, 2015
1 parent 0c3c3f1 commit 8e16471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions modules/warehouse/public/modules/warehouse/js/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,7 @@ var init_jstree = function(data, root) {
}
});
jstree_categories.on('loaded.jstree', function(e, data) {
// if (root) {
// jstree_insert_root();
// }
if (root) jstree_insert_root();
jstree_categories.jstree(true).open_all('#');
jstree_find_root();
});
Expand Down
Loading

0 comments on commit 8e16471

Please sign in to comment.