Skip to content

Commit c48654d

Browse files
committed
align new mathjax dashboards to PR 6096
1 parent 4bb1714 commit c48654d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devtools/test_dashboard/index-mathjax3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div id="snapshot"></div>
2424

2525
<script src="../../node_modules/mathjax-v3/es5/tex-svg.js"></script>
26-
<script charset="utf-8" id="source" type="module">import "../../build/plotly.js"</script>
26+
<script charset="utf-8" id="source" src="../../build/plotly.js" type="module"></script>
2727
<script charset="utf-8" src="../../build/test_dashboard-bundle.js"></script>
2828
</body>
2929
</html>

devtools/test_dashboard/index-mathjax3chtml.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</script>
6262
<script src="../../node_modules/mathjax-v3/es5/tex-chtml.js"></script>
6363

64-
<script charset="utf-8" id="source" type="module">import "../../build/plotly.js"</script>
64+
<script charset="utf-8" id="source" src="../../build/plotly.js" type="module"></script>
6565
<script charset="utf-8" src="../../build/test_dashboard-bundle.js"></script>
6666
</body>
6767
</html>

0 commit comments

Comments
 (0)