Deprecate `WCF.TabMenu`
authorMarcel Werk <burntime@woltlab.com>
Mon, 18 Nov 2024 16:59:45 +0000 (17:59 +0100)
committerMarcel 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

index aa89b9e806f92f9b43c5f220b93977e13f16602f..1e2f6f7ee79a1015b186adf45b45a117aa23decd 100755 (executable)
@@ -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 = {
        /**