Bugzilla Bug 206207: Breadcrumbs don't appear on publish content
diff --git a/org.eclipse.epf.library/layout/scripts/contentPage.js b/org.eclipse.epf.library/layout/scripts/contentPage.js index c494f4f..937d863 100644 --- a/org.eclipse.epf.library/layout/scripts/contentPage.js +++ b/org.eclipse.epf.library/layout/scripts/contentPage.js
@@ -126,6 +126,8 @@ app.onContentLoaded(location.href); setTimeout(function () { self.buildBreadcrumns(); }, 10); } + } else { + this.buildBreadcrumns(); } //alert("content page loaded");