Skip to content

Commit

Permalink
Merge pull request hashicorp#11936 from hashicorp/ds.ie11-warning
Browse files Browse the repository at this point in the history
website: display warning in IE 11
  • Loading branch information
dstaley authored Feb 7, 2022
2 parents f811169 + 26e3b0f commit 21f7d01
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 640 deletions.
2 changes: 1 addition & 1 deletion website/pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class MyDocument extends Document {
<script
noModule
dangerouslySetInnerHTML={{
__html: `window.MSInputMethodContext && document.documentMode && document.write('<script src="/ie-custom-properties.js"><\\x2fscript>');`,
__html: `window.MSInputMethodContext && document.documentMode && document.write('<script src="/ie-warning.js"><\\x2fscript>');`,
}}
/>
</body>
Expand Down
Loading

0 comments on commit 21f7d01

Please sign in to comment.