|
19 | 19 | <link rel="stylesheet" id="curation-styles" th:href="@{/css/curation.css}" |
20 | 20 | type="text/css" /> |
21 | 21 | <link rel="stylesheet" type="text/css" |
22 | | - href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.css"> |
| 22 | + href="https://cdn.datatables.net/2.0.2/css/dataTables.dataTables.min.css"> |
23 | 23 | <link rel="stylesheet" id="dropzone-styles" |
24 | | - th:href="@{/css/dropzone.min.css}" type="text/css" /> |
| 24 | + href="https://unpkg.com/dropzone@5/dist/min/dropzone.min.css" type="text/css" /> |
25 | 25 |
|
26 | 26 | </head> |
27 | 27 | <body class="home"> |
@@ -126,16 +126,15 @@ <h1>Curation Dashboard @version@</h1> |
126 | 126 | </div> |
127 | 127 | <!-- #wrapper-footer-full --> |
128 | 128 | </div> |
129 | | - <script type="text/javascript" |
130 | | - th:src="@{/fundament/vendor/jquery/jquery.min.js}"></script> |
| 129 | + <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js" /> |
131 | 130 | <script type="text/javascript" |
132 | 131 | th:src="@{/fundament/js/fundament.min.js}"></script> |
133 | | - <script type="text/javascript" th:src="@{/js/dropzone.min.js}"></script> |
| 132 | + <script type="text/javascript" src="https://unpkg.com/dropzone@5/dist/min/dropzone.min.js"></script> |
134 | 133 | <script type="text/javascript" th:src="@{/js/curation.js}"></script> |
135 | 134 | <script type="text/javascript" |
136 | | - src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script> |
| 135 | + src="https://cdn.datatables.net/2.0.2/js/dataTables.min.js"></script> |
137 | 136 | <script type="text/javascript" |
138 | | - src="https://cdn.datatables.net/fixedheader/3.1.5/js/dataTables.fixedHeader.min.js"></script> |
| 137 | + src="https://cdn.datatables.net/fixedheader/3.1.6/js/dataTables.fixedHeader.min.js"></script> |
139 | 138 | <!-- Matomo --> |
140 | 139 | <script type="text/javascript"> |
141 | 140 | var _paq = window._paq = window._paq || []; |
|
0 commit comments