Skip to content

Commit b537fd6

Browse files
committed
Upgrade bootstrap and various UI elements external scripts and css
1 parent ae3b827 commit b537fd6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/view/templates/base.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88
{% endif %}
99
<meta charset="utf-8">
1010
<meta name="viewport" content="width=device-width, initial-scale=1">
11-
<script src="https://code.jquery.com/jquery-3.6.0.min.js" crossorigin="anonymous"></script>
12-
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" crossorigin="anonymous"></script>
11+
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
12+
<script src="https://code.jquery.com/ui/1.14.1/jquery-ui.min.js" integrity="sha256-AlTido85uXPlSyyaZNsjJXeCs07eSv3r43kyCVc8ChI=" crossorigin="anonymous"></script>
1313
<!-- Bootstrap CSS -->
14-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
15-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" crossorigin="anonymous"></script>
14+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
15+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
1616
<!--
1717
https://developers.google.com/fonts/docs/material_icons
1818
https://fonts.google.com/icons?selected=Material+Icons
1919
-->
2020
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons">
2121
<!-- https://datatables.net/download/ -->
22-
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs5/dt-1.10.25/datatables.css"/>
23-
<script type="text/javascript" src="https://cdn.datatables.net/v/bs5/dt-1.10.25/datatables.js"></script>
22+
<link href="https://cdn.datatables.net/v/bs5/dt-2.2.2/datatables.min.css" rel="stylesheet" integrity="sha384-M6C9anzq7GcT0g1mv0hVorHndQDVZLVBkRVdRb2SsQT7evLamoeztr1ce+tvn+f2" crossorigin="anonymous">
23+
<script src="https://cdn.datatables.net/v/bs5/dt-2.2.2/datatables.min.js" integrity="sha384-k90VzuFAoyBG5No1d5yn30abqlaxr9+LfAPp6pjrd7U3T77blpvmsS8GqS70xcnH" crossorigin="anonymous"></script>
24+
25+
<link href="https://cdn.datatables.net/v/bs5/dt-2.2.2/kt-2.12.1/datatables.min.css" rel="stylesheet" integrity="sha384-AFsY/oK/R7V+4os6Yw/+Rep5C96BvOJ2xL0phF/5k+2wUbBs/hI6Nl6K79Kmn7dZ" crossorigin="anonymous">
26+
<script src="https://cdn.datatables.net/v/bs5/dt-2.2.2/kt-2.12.1/datatables.min.js" integrity="sha384-AFDvYrjZACC4fs7H2oiOEd9lqnPPduixHrwL0nieyd1YjuT0/G9cwVkFyTf/elOQ" crossorigin="anonymous"></script>
2427

25-
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs5/dt-1.10.25/kt-2.6.2/datatables.css"/>
26-
<script type="text/javascript" src="https://cdn.datatables.net/v/bs5/dt-1.10.25/kt-2.6.2/datatables.js"></script>
27-
2828
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/style.css') }}">
2929
<script type="text/javascript" src="/js/script.js"></script>
3030
<script type="text/javascript" src="/js/scrolltable.js"></script>

0 commit comments

Comments
 (0)