Skip to content

Commit

Permalink
BUG FIX: remove breadcrubs rendering on selection
Browse files Browse the repository at this point in the history
  • Loading branch information
danielesalvatore committed Jul 23, 2015
1 parent 6e8f15d commit ea5b1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ define([

// Update breadcrumb
if (this.o.hasOwnProperty('breadcrumb') && this.o.breadcrumb.active === true) {
this.renderBreadcrumb();
//this.renderBreadcrumb();
}
};

Expand Down

0 comments on commit ea5b1a8

Please sign in to comment.