Skip to content

Commit

Permalink
Fixes the load scripts to NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed May 17, 2022
1 parent dc42fdc commit f2a1925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions speech-explorer-tex.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
tex: {inlineMath: [['$', '$'], ['\\(', '\\)']]}
};
</script>
<script id="MathJax-script" async src="http://localhost/MathJax/MathJax-src/es5/tex-chtml.js"></script>
<!-- <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script> -->
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
</head>
<body>

Expand Down
3 changes: 1 addition & 2 deletions speech-generator/convert-with-speech.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
}
};
</script>
<!-- <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/startup.js"></script> -->
<script id="MathJax-script" async src="http://localhost/MathJax/MathJax-src/es5/startup.js"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/startup.js"></script>
<style>
body {
font-family: sans-serif
Expand Down

0 comments on commit f2a1925

Please sign in to comment.