From: Alexander Ebert Date: Sat, 2 Nov 2013 20:57:08 +0000 (+0100) Subject: typo X-Git-Tag: 2.0.0_Beta_11~8^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6bfcae5bc52d0eeb4c0177851d2a8fbbaae6f429;p=GitHub%2FWoltLab%2FWCF.git typo --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 3d904299f2..8f01cdcef8 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -133,7 +133,7 @@ String.prototype.hashCode = function() { } jQuery.browser = browser; - jQuery.browser.touch = (!!('ontouchstart' in window) || ('msMaxTouchPoints' in window.navigator)); + jQuery.browser.touch = (!!('ontouchstart' in window) || !!('msMaxTouchPoints' in window.navigator)); // detect smartphones jQuery.browser.smartphone = ($('html').css('caption-side') == 'bottom');