From: Marcel Werk Date: Tue, 19 Nov 2024 11:24:49 +0000 (+0100) Subject: Deprecate jQuery based Datepicker X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0a3ce92a842ca1bca30b1640b7c6af3288049791;p=GitHub%2FWoltLab%2FWCF.git Deprecate jQuery based Datepicker see #5974 --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 5aabd2412e..07751b765d 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -6390,6 +6390,9 @@ $.widget('ui.wcfSlideshow', { } }); +/** + * @deprecated 6.2 Use `WoltLabSuite/Core/Date/Picker` instead. + */ jQuery.fn.extend({ datepicker: function(method) { var element = this[0], parameters = Array.prototype.slice.call(arguments, 1);