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:
e9ed8cf
)
Deprecate `WCF.TabMenu`
author
Marcel Werk
<burntime@woltlab.com>
Mon, 18 Nov 2024 16:59:45 +0000
(17:59 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 18 Nov 2024 16:59:45 +0000
(17:59 +0100)
Because it is not (or no longer) used in the software.
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 aa89b9e806f92f9b43c5f220b93977e13f16602f..1e2f6f7ee79a1015b186adf45b45a117aa23decd 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-2012,6
+2012,8
@@
WCF.String = {
* Basic implementation for WCF TabMenus. Use the data attributes 'active' to specify the
* tab which should be shown on init. Furthermore you may specify a 'store' data-attribute
* which will be filled with the currently selected tab.
+ *
+ * @deprecated 6.2 Not (or no longer) used in the software.
*/
WCF.TabMenu = {
/**