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:
3bd1886
)
Deprecate `WCF.DOMNodeRemovedHandler`
author
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:04:44 +0000
(12:04 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:04:44 +0000
(12:04 +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 8313a4edfee2f0182e798faa537fc041dac72a47..5ed50ae4dfa56805940324397c74fb30b32fab37 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-2573,6
+2573,8
@@
WCF.DOMNodeInsertedHandler = {
/**
* Notifies objects once a DOM node was removed.
+ *
+ * @deprecated 6.2 Not (or no longer) used in the software.
*/
WCF.DOMNodeRemovedHandler = {
/**