import { convertDates } from '$utils/convertDates'; import { countUp } from '$utils/countUp'; import { createTableOfContents } from '$utils/createTableOfContents'; import { disableScrollWhenMenuOpen } from '$utils/disableScrollWhenMenuOpen'; import { headerCountUp } from '$utils/headerCountUp'; import { highlightHeading } from '$utils/highlightHeading'; import { showActiveTab } from '$utils/showActiveTab'; import { subNavOrder } from '$utils/subNavOrder'; import { subNavScroll } from '$utils/subNavScroll'; import { tocHighlight } from '$utils/tocHighlight'; // window.Webflow ||= []; // window.Webflow.push(() => { window.addEventListener('DOMContentLoaded', (event) => { headerCountUp(); highlightHeading(); showActiveTab(); disableScrollWhenMenuOpen(); countUp(); convertDates('[data-name="date"]'); createTableOfContents(); subNavOrder(); subNavScroll(); tocHighlight(); });