More actions
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
}); | }); | ||
// | // Expand any collapsed parent citizen-section containing the heading | ||
function expandCitizenSectionFromHeading(heading) { | function expandCitizenSectionFromHeading(heading) { | ||
if (!heading) return; | if (!heading) return; | ||
| Line 56: | Line 56: | ||
// | // Scroll to real heading, after layout is ready | ||
function smoothScrollToHeading(heading) { | function smoothScrollToHeading(heading) { | ||
if (!heading) return; | if (!heading) return; | ||