typo
authorAlexander Ebert <ebert@woltlab.com>
Sat, 2 Nov 2013 20:57:08 +0000 (21:57 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 2 Nov 2013 20:57:08 +0000 (21:57 +0100)
wcfsetup/install/files/js/WCF.js

index 3d904299f2797a81f5a29885b8a8559f6865a0ed..8f01cdcef84fdd9483407029b7d5583f9f5edcba 100755 (executable)
@@ -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');