Skip to content

Commit

Permalink
correcting breadcrums problem as described on issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Poignet committed Jan 18, 2012
1 parent 637744a commit a36f34d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/webapp/js/treemap.js
Expand Up @@ -220,6 +220,7 @@ function drawTreemap(json, option, nodeLevel) {
else{
var parents = node.getParents();
if (parents.length != 0) {
pushNodeName(parents[0]);
tm.enter(parents[0]);
}
}
Expand Down

0 comments on commit a36f34d

Please sign in to comment.