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:
47a9b9e
)
Deprecate `WCF.Effect.Scroll`
author
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:05:50 +0000
(12:05 +0100)
committer
Marcel 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
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 5ed50ae4dfa56805940324397c74fb30b32fab37..6c2595152bfc058557aa83a1b1e7f4e1f132448b 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-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({
/**