Deprecate `WCF.Effect.Scroll`
authorMarcel Werk <burntime@woltlab.com>
Tue, 19 Nov 2024 11:05:50 +0000 (12:05 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 19 Nov 2024 11:05:50 +0000 (12:05 +0100)
Because it is not (or no longer) used in the software.

see #5974

wcfsetup/install/files/js/WCF.js

index 5ed50ae4dfa56805940324397c74fb30b32fab37..6c2595152bfc058557aa83a1b1e7f4e1f132448b 100755 (executable)
@@ -2469,6 +2469,8 @@ WCF.Effect = {};
 
 /**
  * Scrolls to a specific element offset, optionally handling menu height.
+ * 
+ * @deprecated 6.2 Not (or no longer) used in the software.
  */
 WCF.Effect.Scroll = Class.extend({
        /**