remove vestigial cookie js

This commit is contained in:
stvnrlly
2023-12-20 12:27:45 -05:00
parent 7a7cacbf20
commit b23e0e2b41

View File

@@ -1,12 +1,5 @@
window.GOVUK.Frontend.initAll();
var consentData = window.GOVUK.getConsentCookie();
window.GOVUK.Modules.CookieBanner.clearOldCookies(consentData);
if (window.GOVUK.hasConsentFor('analytics', consentData)) {
window.GOVUK.initAnalytics();
}
$(() => $("time.timeago").timeago());
var showHideContent = new GOVUK.ShowHideContent();