1.18 reference docs (#19839)

* 1.18 reference docs

* fix link formatting
This commit is contained in:
Karen Bradshaw
2020-03-25 22:04:25 -04:00
committed by GitHub
parent 1657c51e8a
commit 971a4ba78e
6 changed files with 203 additions and 146 deletions
@@ -65,7 +65,7 @@ $(document).ready(function() {
currL1Nav = getNavNode(activeSection.token);
currL1Nav.show('fast');
}
// If active active is not the same as previous, hide previous L1Nav and show current L1Nav; set previous to current
// If active is not the same as previous, hide previous L1Nav and show current L1Nav; set previous to current
else if (activeSection.token !== prevSectionToken) {
prevL1Nav = getNavNode(prevSectionToken);
currL1Nav = getNavNode(activeSection.token);
@@ -193,4 +193,4 @@ $(document).ready(function() {
var activeSectionTokens = scrollActions(scrollPosition);
var activeElemToken = checkActiveElement(flatToc, scrollPosition);
});
});
});