Commit c4366dbbea3ddf46af305435a8362279fa3654e6
1 parent
c0618faf
Exists in
master
and in
1 other branch
updated to fontawesome-5.6.3 and fixed some links
Showing
6 changed files
with
8 additions
and
8 deletions
Show diff stats
static/fontawesome
templates/admin.html
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | |
22 | 22 | <!-- Scripts --> |
23 | 23 | <script src="/static/jquery.min.js"></script> |
24 | - <script defer src="/static/fontawesome/js/fontawesome.min.js"></script> | |
24 | + <script defer src="/static/fontawesome/js/all.min.js"></script> | |
25 | 25 | <script defer src="/static/popper.min.js"></script> |
26 | 26 | <script defer src="/static/bootstrap/js/bootstrap.min.js"></script> |
27 | 27 | <script defer src="/static/DataTables/datatables.min.js"></script> | ... | ... |
templates/grade.html
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | <link rel="stylesheet" href="/static/css/test.css"> |
12 | 12 | |
13 | 13 | <!-- Scripts --> |
14 | - <script defer src="/static/fontawesome/js/fontawesome.min.js"></script> | |
14 | + <script defer src="/static/fontawesome/js/all.min.js"></script> | |
15 | 15 | <script defer src="/static/jquery.min.js"></script> |
16 | 16 | <script defer src="/static/popper.min.js"></script> |
17 | 17 | <script defer src="/static/bootstrap/js/bootstrap.min.js"></script> | ... | ... |
templates/login.html
... | ... | @@ -11,9 +11,9 @@ |
11 | 11 | <link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css"> |
12 | 12 | |
13 | 13 | <!-- Scripts --> |
14 | - <script defer src="/static/fontawesome/js/fontawesome.min.js"></script> | |
15 | - <script defer src="/static/libs/jquery.min.js"></script> | |
16 | - <script defer src="/static/libs/popper.min.js"></script> | |
14 | + <script defer src="/static/fontawesome/js/all.min.js"></script> | |
15 | + <script defer src="/static/jquery.min.js"></script> | |
16 | + <script defer src="/static/popper.min.js"></script> | |
17 | 17 | <script defer src="/static/bootstrap/js/bootstrap.min.js"></script> |
18 | 18 | </head> |
19 | 19 | <!-- =================================================================== --> | ... | ... |
templates/review.html
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 | <script defer src="/static/jquery.min.js"></script> |
26 | 26 | <script defer src="/static/popper.min.js"></script> |
27 | 27 | <script defer src="/static/bootstrap/js/bootstrap.min.js"></script> |
28 | - <script defer src="/static/fontawesome/js/fontawesome.min.js"></script> | |
28 | + <script defer src="/static/fontawesome/js/all.min.js"></script> | |
29 | 29 | </head> |
30 | 30 | <!-- ===================================================================== --> |
31 | 31 | <body> | ... | ... |
templates/test.html
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <script src="/static/jquery.min.js"></script> |
21 | 21 | <script defer src="/static/popper.min.js"></script> |
22 | 22 | <script defer src="/static/bootstrap/js/bootstrap.min.js"></script> |
23 | - <script defer src="/static/fontawesome/js/fontawesome.min.js"></script> | |
23 | + <script defer src="/static/fontawesome/js/all.min.js"></script> | |
24 | 24 | <script src="/static/codemirror/lib/codemirror.js"></script> |
25 | 25 | <script src="/static/codemirror/addon/selection/active-line.js"></script> |
26 | 26 | <script src="/static/codemirror/addon/edit/matchbrackets.js"></script> | ... | ... |