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:
b69852b
)
Deprecate `WCF.EditableItemList`
author
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 09:54:53 +0000
(10:54 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 09:54:53 +0000
(10:54 +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 0c14dda947a46754df34ba0a7ddf5067bb556d55..cdadfe4e444808790d4ffeb75fc8e8c6a9464e26 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-5759,6
+5759,7
@@
WCF.Popover = Class.extend({
*
* @param string itemListSelector
* @param string searchInputSelector
+ * @deprecated 6.2 Not (or no longer) used in the software.
*/
WCF.EditableItemList = Class.extend({
/**