From 8b394aba5648c49a25e999afc60e3a66bbee4da3 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 12 Aug 2016 21:32:14 +0200 Subject: [PATCH] Fixed datepicker polyfill --- wcfsetup/install/files/js/WCF.js | 2 ++ 1 file changed, 2 insertions(+) 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; } }); -- 2.20.1