Skip to content

Commit

Permalink
Changed code to inclue session timeout js.
Browse files Browse the repository at this point in the history
  • Loading branch information
modhasanjay committed Oct 11, 2024
1 parent 2a36c79 commit ac9a75b
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 ac9a75b

Please sign in to comment.