Skip to content

Commit 3d68e16

Browse files
authored
Merge pull request #12662 from hashicorp/ds.ie11-warning
website: display warning in IE 11
2 parents d0f4786 + 591632a commit 3d68e16

File tree

3 files changed

+32
-640
lines changed

3 files changed

+32
-640
lines changed

website/pages/_document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default class MyDocument extends Document {
1919
<script
2020
noModule
2121
dangerouslySetInnerHTML={{
22-
__html: `window.MSInputMethodContext && document.documentMode && document.write('<script src="/ie-custom-properties.js"><\\x2fscript>');`,
22+
__html: `window.MSInputMethodContext && document.documentMode && document.write('<script src="/ie-warning.js"><\\x2fscript>');`,
2323
}}
2424
/>
2525
</body>

0 commit comments

Comments
 (0)