Skip to content
Snippets Groups Projects
Commit 0dd0c3e2 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

set currentDate cookie on index page load

parent c625e64b
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -71,5 +71,6 @@ ...@@ -71,5 +71,6 @@
<#import "scripts.ftl" as scripts> <#import "scripts.ftl" as scripts>
<@scripts.scripts/> <@scripts.scripts/>
<script src="/js/datePicker.js"></script> <script src="/js/datePicker.js"></script>
<script>document.cookie = "currentDate=${helpers.getDateString(currentDate)}";</script>
</body> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment