1
0
mirror of synced 2025-12-25 02:17:36 -05:00
This commit is contained in:
Sarah Schneider
2020-12-14 15:13:17 -05:00
parent f5b050dc5e
commit 471c6d1ecd

View File

@@ -134,7 +134,7 @@ function buildMaptopicsTree (tocItems, versionedCategoryHref, pageMap, redirects
// make the child articles accessible to the page object for maptopic rendering
if (!page.childArticles) page.childArticles = childArticles
maptopic.articles = buildArticlesTree(maptopic.childArticles, versionedCategoryHref, pageMap, redirects, version, languageCode)
maptopic.articles = buildArticlesTree(page.childArticles, versionedCategoryHref, pageMap, redirects, version, languageCode)
maptopicTree[versionedMaptopicHref] = maptopic
})