Skip to content

Commit

Permalink
Merge pull request #42 from vivliostyle/update_mathjax
Browse files Browse the repository at this point in the history
Update MathJax version to 2.7
  • Loading branch information
kwkbtr committed Oct 24, 2016
2 parents 343d17f + 34b3d02 commit 203fcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/vivliostyle-viewer.ejs
Expand Up @@ -7,7 +7,7 @@
<meta name="google" content="notranslate">
<title>Vivliostyle.js viewer</title>
<script src="resources/mathjax-config.js"></script>
<script src="https://cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="https://cdn.mathjax.org/mathjax/2.7-latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<% if (development) { %>
<script src="../node_modules/vivliostyle/src/vivliostyle.js"></script>
<script src="js/main-dev.js"></script>
Expand Down

0 comments on commit 203fcb4

Please sign in to comment.