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

index 70594cc065a581bb294529cad62de275cf1fdd0c..efd43dbe9c5117997610fb1203ed4ae6a7d6a312 100755 (executable)
@@ -136,7 +136,7 @@ String.prototype.hashCode = function() {
        jQuery.browser.touch = (!!('ontouchstart' in window) || !!('msmaxtouchpoints' in window.navigator));
        
        // detect smartphones
-       jQuery.browser.smartphone = ($(html).css('caption-side') == 'bottom');
+       jQuery.browser.smartphone = ($('html').css('caption-side') == 'bottom');
 })();
 
 /**