Skip to content

Commit

Permalink
Deprecate WCF.Collapsible.*
Browse files Browse the repository at this point in the history
Because it is not (or no longer) used in the software.

see #5974
  • Loading branch information
BurntimeX committed Nov 19, 2024
1 parent 1ccf0a0 commit 5045591
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wcfsetup/install/files/js/WCF.js
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,8 @@ WCF.Collapsible = {};
/**
* Simple implementation for collapsible content, neither does it
* store its state nor does it allow AJAX callbacks to fetch content.
*
* @deprecated 6.2 Not (or no longer) used in the software.
*/
WCF.Collapsible.Simple = {
/**
Expand Down Expand Up @@ -2123,6 +2125,7 @@ WCF.Collapsible.Simple = {
* and closed state will be cached.
*
* @param string className
* @deprecated 6.2 Not (or no longer) used in the software.
*/
WCF.Collapsible.Remote = Class.extend({
/**
Expand Down Expand Up @@ -2360,6 +2363,8 @@ WCF.Collapsible.Remote = Class.extend({
* Basic implementation for collapsible containers with AJAX support. Requires collapsible
* content to be available in DOM already, if you want to load content on the fly use
* WCF.Collapsible.Remote instead.
*
* @deprecated 6.2 Not (or no longer) used in the software.
*/
WCF.Collapsible.SimpleRemote = WCF.Collapsible.Remote.extend({
/**
Expand Down

0 comments on commit 5045591

Please sign in to comment.