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

#565 - updated webjar locations

parent 6d34f126
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<#import "/spring.ftl" as s> <#import "/spring.ftl" as s>
<title>${title}</title> <title>${title}</title>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<link rel="stylesheet" href="<@s.url '/webjars/font-awesome/5.15.1/css/all.min.css'/>"> <link rel="stylesheet" href="<@s.url '/webjars/font-awesome/5.15.2/css/all.min.css'/>">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="<@s.url "/webjars/materializecss/1.0.0/css/materialize.min.css"/>"> <link rel="stylesheet" href="<@s.url "/webjars/materializecss/1.0.0/css/materialize.min.css"/>">
<@style "colors"/> <@style "colors"/>
......
<#macro scripts> <#macro scripts>
<#import "/spring.ftl" as s> <#import "/spring.ftl" as s>
<script src="<@s.url '/webjars/jquery/3.5.1/jquery.min.js'/>"></script> <script src="<@s.url '/webjars/jquery/3.6.0/jquery.min.js'/>"></script>
<script src="<@s.url '/webjars/materializecss/1.0.0/js/materialize.min.js'/>"></script> <script src="<@s.url '/webjars/materializecss/1.0.0/js/materialize.min.js'/>"></script>
<script src="<@s.url '/webjars/mousetrap/1.6.5/mousetrap.js'/>"></script> <script src="<@s.url '/webjars/mousetrap/1.6.5/mousetrap.js'/>"></script>
<script> <script>
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<!-- Scripts--> <!-- Scripts-->
<#import "../helpers/scripts.ftl" as scripts> <#import "../helpers/scripts.ftl" as scripts>
<@scripts.scripts/> <@scripts.scripts/>
<script src="<@s.url '/webjars/sortablejs/1.10.2/Sortable.min.js'/>"></script> <script src="<@s.url '/webjars/sortablejs/1.13.0/Sortable.min.js'/>"></script>
<script src="<@s.url '/js/reports.js'/>"></script> <script src="<@s.url '/js/reports.js'/>"></script>
<script src="<@s.url '/js/globalDatePicker.js'/>"></script> <script src="<@s.url '/js/globalDatePicker.js'/>"></script>
<script src="<@s.url '/js/filter.js'/>"></script> <script src="<@s.url '/js/filter.js'/>"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment