Commit 0173b1109e688f72e81206d00a9d2ee4ddb2b181
1 parent
cecca288
Exists in
master
and in
1 other branch
fix mathjax link in review.html
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
perguntations/templates/review.html
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | } |
15 | 15 | }); |
16 | 16 | </script> |
17 | - <script defer type="text/javascript" src="/static/MathJax/MathJax.js?config=TeX-AMS_CHTML-full"></script> | |
17 | + <script defer type="text/javascript" src="/static/mathjax/MathJax.js?config=TeX-AMS_CHTML-full"></script> | |
18 | 18 | |
19 | 19 | <!-- Styles --> |
20 | 20 | <link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.min.css"> | ... | ... |