Skip to content

Commit cfa418d

Browse files
committed
#3151 defer loading
1 parent 0104eca commit cfa418d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/head/custom.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<!-- Support for MatJax -->
1616
<script async src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
17-
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
17+
<script async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" id="MathJax-script"></script>
1818

1919
<!-- Support for Mermaid -->
2020
<script type="module">
@@ -24,6 +24,6 @@
2424
</script>
2525

2626
<!-- Support for Plotly -->
27-
<script async src='https://cdnjs.cloudflare.com/ajax/libs/plotly.js/3.0.1/plotly.min.js'></script>
27+
<script defer src='https://cdnjs.cloudflare.com/ajax/libs/plotly.js/3.0.1/plotly.min.js'></script>
2828

2929
<!-- end custom head snippets -->

0 commit comments

Comments
 (0)