Skip to content

Commit 7dfa1b8

Browse files
committed
Change mathjax script type
Chrome won't execute this if it's not marked as js
1 parent c0389ab commit 7dfa1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240

241241
{{#if is_print}}
242242
{{#if mathjax_support}}
243-
<script type="text/x-mathjax-config">
243+
<script type="text/javascript">
244244
MathJax.Hub.Register.StartupHook("End", function() {
245245
window.print();
246246
});

0 commit comments

Comments
 (0)