Fix alert message
This commit is contained in:
parent
f7f20edb70
commit
a93aadf0fa
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ html(lang='en')
|
|||
var htmlElement = document.querySelector("html");
|
||||
if (htmlElement) {
|
||||
if ($.browser.msie && $.browser.versionNumber < 11) {
|
||||
alert("CodeCombat does not run in Internet Explorer 8 or older. Sorry!");
|
||||
alert("CodeCombat does not run in Internet Explorer 11 or older. Sorry!");
|
||||
}
|
||||
}
|
||||
// IE8 can't handle this
|
||||
|
|
Reference in a new issue