Skip to content

Commit cb3ef81

Browse files
committed
remove To support IE9 from docs
1 parent 6d0e4c7 commit cb3ef81

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

devtools/test_dashboard/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
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-
2622
<script src="../../dist/extras/mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
2723
<script id="source" src="../../build/plotly.js" charset="utf-8"></script>
2824
<script src="../../build/test_dashboard-bundle.js" charset="utf-8"></script>

dist/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ or the un-minified version as:
1414
<script src="plotly.js" charset="utf-8"></script>
1515
```
1616

17-
### To support IE9
18-
19-
*Before* the plotly.js script tag, add:
20-
21-
```html
22-
<script>if(typeof window.Int16Array !== 'function')document.write("<scri"+"pt src='extras/typedarray.min.js'></scr"+"ipt>");</script>
23-
<script>document.write("<scri"+"pt src='extras/request_animation_frame.js'></scr"+"ipt>");</script>
24-
```
25-
2617
### To support MathJax
2718

2819
*Before* the plotly.js script tag, add:

tasks/stats.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ function getInfoContent() {
4646
'<script src="plotly.js" charset="utf-8"></script>',
4747
'```',
4848
'',
49-
'### To support IE9',
50-
'',
51-
'*Before* the plotly.js script tag, add:',
52-
'',
53-
'```html',
54-
'<script>if(typeof window.Int16Array !== \'function\')document.write("<scri"+"pt src=\'extras/typedarray.min.js\'></scr"+"ipt>");</script>',
55-
'<script>document.write("<scri"+"pt src=\'extras/request_animation_frame.js\'></scr"+"ipt>");</script>',
56-
'```',
57-
'',
5849
'### To support MathJax',
5950
'',
6051
'*Before* the plotly.js script tag, add:',

0 commit comments

Comments
 (0)