Skip to content

Commit

Permalink
Revert session-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
emead committed Oct 24, 2024
1 parent a7bc67c commit 7beb42a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/templates/layouts/chsBaseLayout.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@

<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 7beb42a

Please sign in to comment.