From 78a6d736bac074fdb2b6926d29abe039b9e2f7fc Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 29 Jul 2013 15:50:35 -0400 Subject: [PATCH] fixes #411 - Parental Control issue --- dashboard-ui/scripts/site.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index fbb9c5eba..e81f41eba 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1109,11 +1109,7 @@ $(function () { $(document.body).append(footerHtml); - if ($.browser.msie && parseInt($.browser.version) < 10) { - - alert("This is an unsupported version of Internet Explorer. Please consider upgrading to IE10, Chrome, or Firefox."); - } - else if (!window.WebSocket) { + if (!window.WebSocket) { alert("This browser does not support web sockets. For a better experience, try a newer browser such as Chrome (android, desktop), Firefox, IE10, Safari (iOS) or Opera."); }