| commit | e9c19f4f4d493d6d6efab9b9aa19f8689d9ca6bc | [log] [tgz] |
|---|---|---|
| author | jxi <jxi> | Sat Oct 20 01:00:07 2007 +0000 |
| committer | jxi <jxi> | Sat Oct 20 01:00:07 2007 +0000 |
| tree | 32b80ac0b92c8feab5550bee372654f0197b3200 | |
| parent | 35d241c8a5d897259e29be62d14e07855f179d29 [diff] |
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");