diff --git a/core/main/client/browser.js b/core/main/client/browser.js index bbc4979d0..eea3e22b1 100644 --- a/core/main/client/browser.js +++ b/core/main/client/browser.js @@ -57,7 +57,7 @@ beef.browser = { * @example: beef.browser.isIE9() */ isIE9: function() { - return !!window.XMLHttpRequest && !window.chrome && !window.opera && !window.getComputedStyle && !!document.documentMode && !!window.XDomainRequest && !!window.performance; + return !!window.XMLHttpRequest && !window.chrome && !window.opera && !!window.getComputedStyle && !!document.documentMode && !!window.XDomainRequest && !!window.performance; }, /**