diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index cfc1eed834..28d70fc428 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1082,7 +1082,7 @@ $(function () { $(document.body).append(footerHtml); - if ($.browser.msie && parseInt($.browser.version) > 10) { + if ($.browser.msie && parseInt($.browser.version) < 10) { Dashboard.confirm("This is an unsupported version of Internet Explorer. Please consider upgrading to IE10.", "Unsupported Browser", function (result) { if (result) {