Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ee8db9

Browse files
committed
add commented-out IE9/10 code to test_dashboard for easier testing
1 parent 0a9b19c commit 5ee8db9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

devtools/test_dashboard/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
</div>
2020
<div id="snapshot"></div>
2121

22+
<!-- uncomment below for IE9/10 support -->
23+
<!-- <script>if(typeof window.Int16Array !== 'function')document.write("<scri"+"pt src='../../dist/extras/typedarray.min.js'></scr"+"ipt>");</script>
24+
<script>document.write("<scri"+"pt src='../../dist/extras/request_animation_frame.js'></scr"+"ipt>");</script> -->
25+
2226
<script type="text/javascript" src="../../dist/extras/mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
2327
<script id="source" type="text/javascript" src="../../build/plotly.js"></script>
2428
<script type="text/javascript" src="../../build/test_dashboard-bundle.js"></script>

0 commit comments

Comments
 (0)