Deprecate `WCF.Category.NestedList`
authorMarcel Werk <burntime@woltlab.com>
Mon, 18 Nov 2024 16:32:07 +0000 (17:32 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 18 Nov 2024 16:32:07 +0000 (17:32 +0100)
Because it is not (or no longer) used in the software.

see #5974

wcfsetup/install/files/js/WCF.js

index b7aa291410a475762632e974c03ddc778004c38e..de52c16fabd5c34181a99916c0719a8ebeda8f41 100755 (executable)
@@ -6505,6 +6505,7 @@ WCF.Category = { };
 if (COMPILER_TARGET_DEFAULT) {
        /**
         * Handles selection of categories.
+        * @deprecated 6.2 Not (or no longer) used in the software.
         */
        WCF.Category.NestedList = Class.extend({
                /**