Skip to content

Commit 26b1436

Browse files
authored
Merge pull request #6096 from fonsp/patch-1
devtools/test_dashboard: tweak ES6 import
2 parents 9d8b737 + 7274cde commit 26b1436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/test_dashboard/index.html

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

2323
<script src="../../node_modules/mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
24-
<script charset="utf-8" id="source" type="module">import "../../build/plotly.js"</script>
24+
<script charset="utf-8" id="source" src="../../build/plotly.js" type="module"></script>
2525
<script charset="utf-8" src="../../build/test_dashboard-bundle.js"></script>
2626
</body>
2727
</html>

0 commit comments

Comments
 (0)