Skip to content

Commit f36203b

Browse files
committed
update refs in datatabales
1 parent bbc15ce commit f36203b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<script th:src="@{/webjars/bootstrap/5.3.8/js/bootstrap.bundle.min.js}"></script>
2222
<script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.min.js}"></script>
2323
<script th:src="@{/webjars/jquery/3.7.1/jquery.min.js}"></script>
24-
<script th:src="@{/webjars/datatables/2.3.2/js/dataTables.min.js}"></script>
25-
<script th:src="@{/webjars/datatables/2.3.2/js/dataTables.bootstrap5.min.js}"></script>
24+
<script th:src="@{/webjars/datatables/2.3.7/js/dataTables.min.js}"></script>
25+
<script th:src="@{/webjars/datatables/2.3.7/js/dataTables.bootstrap5.min.js}"></script>
2626
<script th:if="${allCompleted} eq 'party'">
2727
window.addEventListener("load", function () {
2828
new bootstrap.Modal(document.getElementById('finishedModal'), {}).toggle()

0 commit comments

Comments
 (0)