Sha256: 26220a1724fd4f6f87d083a847ed669416991af901aab7220cf45c73ad38cfe1

Contents?: true

Size: 403 Bytes

Versions: 2

Compression:

Stored size: 403 Bytes

Contents

/* eslint-env */

// This adds in javascript that initialises components and dependencies
// that are provided by Slimmer in public frontend applications.
// = require ./modules.js

document.addEventListener('DOMContentLoaded', function () {
  window.GOVUK.analyticsGa4 = window.GOVUK.analyticsGa4 || {}
  window.GOVUK.analyticsVars = window.GOVUK.analyticsVars || {}

  window.GOVUK.modules.start()
})

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
govuk_publishing_components-34.5.1 app/assets/javascripts/govuk_publishing_components/dependencies.js
govuk_publishing_components-34.5.0 app/assets/javascripts/govuk_publishing_components/dependencies.js