Skip to content

Commit 7026d45

Browse files
Reduce the minimun allowed IE version to 10.
1 parent 464ecfe commit 7026d45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

editor.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
</head>
7070
<body>
7171
<script type="application/javascript">
72-
if (navigator.appVersion.indexOf("MSIE 10") !== -1 || navigator.appVersion.indexOf("MSIE 9") !== -1 || navigator.appVersion.indexOf("MSIE 8") !== -1 || navigator.appVersion.indexOf("MSIE 7") !== -1)
73-
{
74-
document.write('<a href="https://www.microsoft.com/en-gb/download/internet-explorer.aspx">Please upgrade to IE 11 or greater.</a>');
75-
document.execCommand('Stop');
76-
}
72+
if (navigator.appVersion.indexOf("MSIE 9") !== -1 || navigator.appVersion.indexOf("MSIE 8") !== -1 || navigator.appVersion.indexOf("MSIE 7") !== -1)
73+
{
74+
document.write('<a href="https://www.microsoft.com/en-gb/download/internet-explorer.aspx">Please upgrade to IE 10 or greater.</a>');
75+
document.execCommand('Stop');
76+
}
7777
</script>
7878
<script type="application/javascript">
7979
// VERSION INFORMATION

0 commit comments

Comments
 (0)