diff --git a/_includes/highlights.html b/_includes/highlights.html index ca789de1..f1648fc2 100644 --- a/_includes/highlights.html +++ b/_includes/highlights.html @@ -30,6 +30,12 @@ The notice is open for comment until July 15, 2024 and can be found here. +
Statistical Policy Directive No. 3: Compilation, Release, and Evaluation of Principal Federal Economic Indicators provides guidance to Federal agencies on the compilation and release of principal economic indicators.
In addition, CSOTUS is responsible for publishing the schedule of release dates for Principal Federal Economic Indicators each calendar year. This publication is posted no later than September 30th each year for the upcoming calendar year. Schedules for recent years back to 2017 are linked here: +2025 2024, 2023, 2022, diff --git a/assets/js/uswds-init.js b/assets/js/uswds-init.js index e947ec51..014c68d0 100644 --- a/assets/js/uswds-init.js +++ b/assets/js/uswds-init.js @@ -1,6 +1,7 @@ /* eslint-disable no-var */ -(function uswdsInit () { +(function uswdsInit() { "use strict"; + var loadingClass = "usa-js-loading"; var fallback; @@ -15,9 +16,9 @@ if (window.uswdsPresent) { clearTimeout(fallback); revertClass(); - document.removeEventListener("load", verifyLoaded, true); + window.removeEventListener("load", verifyLoaded, true); } } - document.addEventListener("load", verifyLoaded, true); -}()); + window.addEventListener("load", verifyLoaded, true); +})(); diff --git a/assets/js/uswds-init.min.js b/assets/js/uswds-init.min.js index 798b72ba..20e490fc 100644 --- a/assets/js/uswds-init.min.js +++ b/assets/js/uswds-init.min.js @@ -1,2 +1,2 @@ -!function(){"use strict";var t,e="usa-js-loading";function n(){document.documentElement.classList.remove(e)}document.documentElement.classList.add(e),t=setTimeout(n,8e3),document.addEventListener("load",function e(){window.uswdsPresent&&(clearTimeout(t),n(),document.removeEventListener("load",e,!0))},!0)}(); +!function(){"use strict";var n,e="usa-js-loading";function t(){document.documentElement.classList.remove(e)}document.documentElement.classList.add(e),n=setTimeout(t,8e3),window.addEventListener("load",function e(){window.uswdsPresent&&(clearTimeout(n),t(),window.removeEventListener("load",e,!0))},!0)}(); //# sourceMappingURL=uswds-init.min.js.map diff --git a/assets/js/uswds-init.min.js.map b/assets/js/uswds-init.min.js.map index cb01c056..fc182f34 100644 --- a/assets/js/uswds-init.min.js.map +++ b/assets/js/uswds-init.min.js.map @@ -1 +1 @@ -{"version":3,"file":"uswds-init.min.js","sources":["uswds-init.js"],"sourcesContent":["/* eslint-disable no-var */\n(function uswdsInit () {\n \"use strict\";\n var loadingClass = \"usa-js-loading\";\n var fallback;\n\n document.documentElement.classList.add(loadingClass);\n function revertClass() {\n document.documentElement.classList.remove(loadingClass);\n }\n\n fallback = setTimeout(revertClass, 8000);\n\n function verifyLoaded() {\n if (window.uswdsPresent) {\n clearTimeout(fallback);\n revertClass();\n document.removeEventListener(\"load\", verifyLoaded, true);\n }\n }\n\n document.addEventListener(\"load\", verifyLoaded, true);\n}());\n"],"names":["fallback","loadingClass","revertClass","document","documentElement","classList","remove","add","setTimeout","addEventListener","verifyLoaded","window","uswdsPresent","clearTimeout","removeEventListener"],"mappings":"CACC,wBAEC,IACIA,EADAC,EAAe,iBAInB,SAASC,IACPC,SAASC,gBAAgBC,UAAUC,OAAOL,GAF5CE,SAASC,gBAAgBC,UAAUE,IAAIN,GAKvCD,EAAWQ,WAAWN,EAAa,KAUnCC,SAASM,iBAAiB,OAR1B,SAASC,IACHC,OAAOC,eACTC,aAAab,GACbE,IACAC,SAASW,oBAAoB,OAAQJ,GAAc,MAIP,GApBlD"} \ No newline at end of file +{"version":3,"file":"uswds-init.min.js","sources":["uswds-init.js"],"sourcesContent":["/* eslint-disable no-var */\n(function uswdsInit() {\n \"use strict\";\n\n var loadingClass = \"usa-js-loading\";\n var fallback;\n\n document.documentElement.classList.add(loadingClass);\n function revertClass() {\n document.documentElement.classList.remove(loadingClass);\n }\n\n fallback = setTimeout(revertClass, 8000);\n\n function verifyLoaded() {\n if (window.uswdsPresent) {\n clearTimeout(fallback);\n revertClass();\n window.removeEventListener(\"load\", verifyLoaded, true);\n }\n }\n\n window.addEventListener(\"load\", verifyLoaded, true);\n})();\n"],"names":["fallback","loadingClass","revertClass","document","documentElement","classList","remove","add","setTimeout","window","addEventListener","verifyLoaded","uswdsPresent","clearTimeout","removeEventListener"],"mappings":"AACA,CAAA,WACE,aAEA,IACIA,EADAC,EAAe,iBAInB,SAASC,IACPC,SAASC,gBAAgBC,UAAUC,OAAOL,CAAY,CACxD,CAHAE,SAASC,gBAAgBC,UAAUE,IAAIN,CAAY,EAKnDD,EAAWQ,WAAWN,EAAa,GAAI,EAUvCO,OAAOC,iBAAiB,OARxB,SAASC,IACHF,OAAOG,eACTC,aAAab,CAAQ,EACrBE,EAAY,EACZO,OAAOK,oBAAoB,OAAQH,EAAc,CAAA,CAAI,EAEzD,EAE8C,CAAA,CAAI,CACnD,EAAE"} \ No newline at end of file