Wrap analytics code in GOVUK interface

Wraps our analytics code in a stripped down
version of GOVUK.Analytics to allow us to plug in
the GOVUK code for consent.
This commit is contained in:
Tom Byers
2019-12-13 22:07:43 +00:00
parent a5fe50ce72
commit a8d6df9b04
3 changed files with 80 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ window.GOVUK.Frontend.initAll();
$(() => GOVUK.addCookieMessage());
window.GOVUK.initAnalytics();
$(() => $("time.timeago").timeago());
$(() => GOVUK.stickAtTopWhenScrolling.init());