alphagov / govuk-prototype-kit

Rapidly create HTML prototypes of GOV.UK services
https://prototype-kit.service.gov.uk
MIT License
301 stars 236 forks source link

Fix GOV.UK Frontend `initAll()` on management pages #2349

Closed colinrotherham closed 11 months ago

colinrotherham commented 11 months ago

On management pages, window.GOVUKPrototypeKit is unavailable when GOV.UK Frontend init.js runs

This PR loads kit.js first to ensure window.GOVUKPrototypeKit is available

Fixes https://github.com/alphagov/govuk-prototype-kit/issues/2348