Commit 4121aca123d5476b1c942a9b1e2b6d93868e7c8c

Authored by Miguel Barão
1 parent 5f1ed5cb
Exists in master and in 1 other branch dev

updated datatables js library to 1.10.18

Showing 2 changed files with 3 additions and 4 deletions   Show diff stats
static/DataTables
1 -libs/DataTables-1.10.18/DataTables-1.10.18  
2 \ No newline at end of file 1 \ No newline at end of file
  2 +libs/DataTables
3 \ No newline at end of file 3 \ No newline at end of file
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>