Skip to content

Commit

Permalink
Merge pull request #6096 from fonsp/patch-1
Browse files Browse the repository at this point in the history
devtools/test_dashboard: tweak ES6 import
  • Loading branch information
archmoj committed Jan 28, 2022
2 parents 9d8b737 + 7274cde commit 26b1436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/test_dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div id="snapshot"></div>

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

0 comments on commit 26b1436

Please sign in to comment.