|
5 | 5 | <meta charset="UTF-8">
|
6 | 6 | <title>OWASP WrongSecrets</title>
|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
8 |
| - <link th:rel="stylesheet" th:href="@{/webjars/datatables/2.1.8/css/dataTables.bootstrap5.min.css} " /> |
| 8 | + <link th:rel="stylesheet" th:href="@{/webjars/datatables/2.3.0/css/dataTables.bootstrap5.min.css} " /> |
9 | 9 | <link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.5/css/bootstrap.min.css} " />
|
10 | 10 | <link rel="stylesheet" type="text/css" th:href="@{/css/style.css}" />
|
11 | 11 | <link rel="stylesheet" type="text/css" th:href="@{/css/dark.css}" />
|
|
21 | 21 | <script th:src="@{/webjars/bootstrap/5.3.5/js/bootstrap.bundle.min.js}"></script>
|
22 | 22 | <script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.min.js}"></script>
|
23 | 23 | <script th:src="@{/webjars/jquery/3.7.1/jquery.min.js}"></script>
|
24 |
| - <script th:src="@{/webjars/datatables/2.1.8/js/dataTables.min.js}"></script> |
25 |
| - <script th:src="@{/webjars/datatables/2.1.8/js/dataTables.bootstrap5.min.js}"></script> |
| 24 | + <script th:src="@{/webjars/datatables/2.3.0/js/dataTables.min.js}"></script> |
| 25 | + <script th:src="@{/webjars/datatables/2.3.0/js/dataTables.bootstrap5.min.js}"></script> |
26 | 26 | <script th:if="${allCompleted} eq 'party'">
|
27 | 27 | window.addEventListener("load", function () {
|
28 | 28 | new bootstrap.Modal(document.getElementById('finishedModal'), {}).toggle()
|
|
42 | 42 | });
|
43 | 43 | $(document).ready(function () {
|
44 | 44 | $('#challenge_overview').DataTable({
|
45 |
| - lengthMenu: [ [25, 30, 50, -1], [25, 30, 50, "All"] ] |
| 45 | + lengthMenu: [ [30, 50, -1], [30, 50, "All"] ] |
46 | 46 | });
|
47 | 47 | });
|
48 | 48 | </script>
|
|
0 commit comments