fixed ie<10 detection

This commit is contained in:
Luke Pulverenti 2013-04-29 22:18:53 -04:00
parent 810b02170e
commit d89a903d8e

View File

@ -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) {