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:
5045591
)
Deprecate `wcfTabs`
author
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:18:20 +0000
(12:18 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:18:20 +0000
(12:18 +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 d85143825bd0b36813e21df42de6476e08d21c6e..5aabd2412eaf256b7a205617a8e4f280482ad07b 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-6436,6
+6436,9
@@
jQuery.fn.extend({
}
});
+/**
+ * @deprecated 6.2 Use `WoltLabSuite/Core/Ui/TabMenu` instead.
+ */
jQuery.fn.extend({
wcfTabs: function(method) {
var element = this[0], parameters = Array.prototype.slice.call(arguments, 1);