Skip to content

Commit

Permalink
Merge pull request #575 from companieshouse/feature/IDVA5-1684-Update…
Browse files Browse the repository at this point in the history
…-JQuery-Version

Updating jquery script to the latest version
  • Loading branch information
ttingle-ch authored Jan 8, 2025
2 parents aac5cd3 + ea7e273 commit 0177811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/partials/__footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
<script src="{{ cdnHost }}/javascripts/govuk-frontend/v4.6.0/govuk-frontend-4.6.0.min.js"></script>
<script src="{{ cdnHost }}/javascripts/app/cookie-consent/cookie-consent-1.0.0.js"></script>
<script src="{{ cdnHost }}/javascripts/app/cookie-consent/matomo-only-cookie-consent.js"></script>
<script src="{{ cdnHost }}/javascripts/vendor/jquery-3.3.1.min.js"></script>
<script src="{{ cdnHost }}/javascripts/vendor/jquery-3.5.1.min.js"></script>
<script src="{{ cdnHost }}/javascripts/lib/navbar.js"></script>
<script nonce={{ nonce | dump | safe }}>window.GOVUKFrontend.initAll()</script>

0 comments on commit 0177811

Please sign in to comment.