Skip to content

Commit

Permalink
fix datatable deps in index
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Aug 9, 2024
1 parent 2530f71 commit c81bd17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<title>OWASP WrongSecrets</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link th:rel="stylesheet" th:href="@{/webjars/datatables/2.0.7/css/dataTables.bootstrap5.min.css} " />
<link th:rel="stylesheet" th:href="@{/webjars/datatables/2.1.0/css/dataTables.bootstrap5.min.css} " />
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.3/css/bootstrap.min.css} " />
<link rel="stylesheet" type="text/css" th:href="@{/css/style.css}" />
<link rel="stylesheet" type="text/css" th:href="@{/css/dark.css}" />
Expand All @@ -21,8 +21,8 @@
<script th:src="@{/webjars/bootstrap/5.3.3/js/bootstrap.bundle.min.js}"></script>
<script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.min.js}"></script>
<script th:src="@{/webjars/jquery/3.7.1/jquery.min.js}"></script>
<script th:src="@{/webjars/datatables/2.0.7/js/dataTables.min.js}"></script>
<script th:src="@{/webjars/datatables/2.0.7/js/dataTables.bootstrap5.min.js}"></script>
<script th:src="@{/webjars/datatables/2.1.0/js/dataTables.min.js}"></script>
<script th:src="@{/webjars/datatables/2.1.0/js/dataTables.bootstrap5.min.js}"></script>
<script th:if="${allCompleted} eq 'party'">
window.addEventListener("load", function () {
new bootstrap.Modal(document.getElementById('finishedModal'), {}).toggle()
Expand Down

0 comments on commit c81bd17

Please sign in to comment.