From c573ea7f91b2ad91afc242b617be08179496f980 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 19 Nov 2024 12:00:03 +0100 Subject: [PATCH] Deprecate `WCF.System.DisableZoom` 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 016bafeeac..7928fa5c45 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -4121,6 +4121,8 @@ WCF.System.DisableScrolling = { /** * Disables the ability to zoom the page. + * + * @deprecated 6.2 Not (or no longer) used in the software. */ WCF.System.DisableZoom = { /** -- 2.20.1