From 3bd18861e8261b77d8e789fb56fafa186b05bc65 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 19 Nov 2024 12:03:17 +0100 Subject: [PATCH] Deprecate `WCF.PageVisibilityHandler` Because it is not (or no longer) used in the software. see #5974 --- wcfsetup/install/files/js/WCF.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 8aeb490afc..8313a4edfe 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -2921,6 +2921,9 @@ else { }); } +/** + * @deprecated 6.2 Not (or no longer) used in the software. + */ WCF.PageVisibilityHandler = { /** * list of callbacks -- 2.20.1