From 47a9b9ed6f7e69d261d1fce06ae62afe23195b77 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 19 Nov 2024 12:04:44 +0100 Subject: [PATCH] Deprecate `WCF.DOMNodeRemovedHandler` Because it is not (or no longer) used in the software. see #5974 --- wcfsetup/install/files/js/WCF.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 8313a4edfe..5ed50ae4df 100755 --- 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 = { /** -- 2.20.1