Commit 4121aca123d5476b1c942a9b1e2b6d93868e7c8c
1 parent
5f1ed5cb
Exists in
master
and in
1 other branch
updated datatables js library to 1.10.18
Showing
2 changed files
with
3 additions
and
4 deletions
Show diff stats
static/DataTables
templates/admin.html
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | 8 | ||
9 | <!-- styles --> | 9 | <!-- styles --> |
10 | <link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.min.css"> | 10 | <link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.min.css"> |
11 | - <link rel="stylesheet" type="text/css" href="/static/DataTables/css/dataTables.bootstrap4.min.css"/> | 11 | + <link rel="stylesheet" type="text/css" href="/static/DataTables/datatables.min.css"/> |
12 | 12 | ||
13 | <style> | 13 | <style> |
14 | html { | 14 | html { |
@@ -24,8 +24,7 @@ | @@ -24,8 +24,7 @@ | ||
24 | <script defer src="/static/fontawesome.min.js"></script> | 24 | <script defer src="/static/fontawesome.min.js"></script> |
25 | <script defer src="/static/popper.min.js"></script> | 25 | <script defer src="/static/popper.min.js"></script> |
26 | <script defer src="/static/bootstrap/js/bootstrap.min.js"></script> | 26 | <script defer src="/static/bootstrap/js/bootstrap.min.js"></script> |
27 | - <script defer src="/static/DataTables/js/jquery.dataTables.min.js"></script> | ||
28 | - <script defer src="/static/DataTables/js/dataTables.bootstrap4.min.js"></script> | 27 | + <script type="text/javascript" src="/static/DataTables/datatables.min.js"></script> |
29 | 28 | ||
30 | <script defer src="/static/js/admin.js"></script> | 29 | <script defer src="/static/js/admin.js"></script> |
31 | <script defer src="/static/js/clock.js"></script> | 30 | <script defer src="/static/js/clock.js"></script> |