diff options
Diffstat (limited to 'js/components/layout/bread-crumb.reel/bread-crumb.js')
-rwxr-xr-x | js/components/layout/bread-crumb.reel/bread-crumb.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.js b/js/components/layout/bread-crumb.reel/bread-crumb.js index ea7238fc..2dc0ccb9 100755 --- a/js/components/layout/bread-crumb.reel/bread-crumb.js +++ b/js/components/layout/bread-crumb.reel/bread-crumb.js | |||
@@ -82,7 +82,6 @@ exports.Breadcrumb = Montage.create(Component, { | |||
82 | 82 | ||
83 | // This is always the top container which is now hardcoded to body | 83 | // This is always the top container which is now hardcoded to body |
84 | this.containerElements.unshift({"node": parentNode, "nodeUuid":parentNode.uuid, "label": parentNode.nodeName}); | 84 | this.containerElements.unshift({"node": parentNode, "nodeUuid":parentNode.uuid, "label": parentNode.nodeName}); |
85 | console.log("this works!"); | ||
86 | } | 85 | } |
87 | 86 | ||
88 | } | 87 | } |