From: Alexander Ebert Date: Fri, 12 Aug 2016 19:32:14 +0000 (+0200) Subject: Fixed datepicker polyfill X-Git-Tag: 3.0.0_Beta_1~760 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8b394aba5648c49a25e999afc60e3a66bbee4da3;p=GitHub%2FWoltLab%2FWCF.git Fixed datepicker polyfill --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 25e89a166b..de998f50f9 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -7541,6 +7541,8 @@ jQuery.fn.extend({ console.debug("Unsupported method '" + method + "' for datepicker()"); break; } + + return this; } });