We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225c97e commit c5b37acCopy full SHA for c5b37ac
devtools/test_dashboard/index.html
@@ -24,7 +24,7 @@
24
<script>document.write("<scri"+"pt src='../../dist/extras/request_animation_frame.js'></scr"+"ipt>");</script> -->
25
26
<script src="../../dist/extras/mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
27
- <script id="source" src="../../build/plotly.js"></script>
28
- <script src="../../build/test_dashboard-bundle.js"></script>
+ <script id="source" src="../../build/plotly.js" charset="utf-8"></script>
+ <script src="../../build/test_dashboard-bundle.js" charset="utf-8"></script>
29
</body>
30
</html>
0 commit comments