Skip to content

Commit

Permalink
Merge pull request #58 from companieshouse/feature/IDVA6-1647-update-…
Browse files Browse the repository at this point in the history
…common-web-java

Changed code to inclue session timeout js.
  • Loading branch information
modhasanjay authored Oct 14, 2024
2 parents 2a36c79 + ac9a75b commit ae45cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/templates/layouts/chsBaseLayout.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@

<script th:src="@{{cdnUrl}/javascripts/app/cookie-consent/cookie-consent-1.0.0.js(cdnUrl=${@environment.getProperty('cdn.url')})}" type="text/javascript"></script>
<script th:src="@{{cdnUrl}/javascripts/app/cookie-consent/matomo-only-cookie-consent.js(cdnUrl=${@environment.getProperty('cdn.url')})}" type="text/javascript"></script>
<script th:src="@{{cdnUrl}}/javascripts/app/session-timeout.js(cdnUrl=${@environment.getProperty('cdn.url')})" type="text/javascript"></script>
</body>
</html>

0 comments on commit ae45cff

Please sign in to comment.