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:
53f5429
)
Deprecate `WCF.System.DisableZoom`
author
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:00:03 +0000
(12:00 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:00:03 +0000
(12:00 +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 016bafeeac3cf8b4c1acfddf11adc03fb5e900b5..7928fa5c450c4352fc1573bce3b38a1d54d84a22 100755
(executable)
--- 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 = {
/**