projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f37363b
)
Deprecate jQuery based Datepicker
author
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:24:49 +0000
(12:24 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:24:49 +0000
(12:24 +0100)
see #5974
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 5aabd2412eaf256b7a205617a8e4f280482ad07b..07751b765dfad7810449b44799545f641002744b 100755
(executable)
--- 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);