Sha256: a1febe8fb84f53abfb2a5e5b3132bedc70985604f0147e2a7cf97f44cbf6fac8
Contents?: true
Size: 510 Bytes
Versions: 40
Compression:
Stored size: 510 Bytes
Contents
window.GOVUK = window.GOVUK || {} window.GOVUK.Modules = window.GOVUK.Modules || {}; (function (Modules) { function Intervention ($module) { this.$module = $module } Intervention.prototype.init = function () { if (window.GOVUK.analytics && window.GOVUK.analytics.trackEvent) { // Send a tracking event when this component is shown window.GOVUK.analytics.trackEvent('interventionBanner', 'interventionShown') } } Modules.Intervention = Intervention })(window.GOVUK.Modules)
Version data entries
40 entries across 40 versions & 1 rubygems