From f7461bbb3a68a27e15009c64eaebe67cebf56318 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 2 Nov 2013 16:45:57 +0100 Subject: [PATCH] Fixed typo --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 70594cc065..efd43dbe9c 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -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'); })(); /** -- 2.20.1