From d89a903d8e5b1c0c5a79be322e5b29cca7c588df Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 29 Apr 2013 22:18:53 -0400 Subject: [PATCH] fixed ie<10 detection --- dashboard-ui/scripts/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {