Commit c0618faf5893c2ad5b10a8c159a03a268c4a05c8
1 parent
4328d7a6
Exists in
master
and in
1 other branch
fixed links to fontawesome
Showing
7 changed files
with
9 additions
and
9 deletions
Show diff stats
static/fontawesome.min.js
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.min.js"></script> | |
| 24 | + <script defer src="/static/fontawesome/js/fontawesome.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.min.js"></script> | |
| 14 | + <script defer src="/static/fontawesome/js/fontawesome.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.min.js"></script> | |
| 15 | - <script defer src="/static/jquery.min.js"></script> | |
| 16 | - <script defer src="/static/popper.min.js"></script> | |
| 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> | |
| 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.min.js"></script> | |
| 28 | + <script defer src="/static/fontawesome/js/fontawesome.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.min.js"></script> | |
| 23 | + <script defer src="/static/fontawesome/js/fontawesome.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> |
| ... | ... | @@ -139,7 +139,7 @@ |
| 139 | 139 | viewportMargin: Infinity, |
| 140 | 140 | matchBrackets: true, |
| 141 | 141 | styleActiveLine: true, |
| 142 | - }); | |
| 142 | + }); | |
| 143 | 143 | }); |
| 144 | 144 | </script> |
| 145 | 145 | ... | ... |