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:
e5045f4
)
Deprecate `WCF.System.Worker`
author
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 10:56:28 +0000
(11:56 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 10:56:28 +0000
(11:56 +0100)
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 a917725a13b353227af972530651ba013ad2e241..2b958168097730fa45d17cd448424023ca36b5cd 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-4264,6
+4264,7
@@
if (COMPILER_TARGET_DEFAULT) {
* @param string title
* @param object parameters
* @param object callback
+ * @deprecated 6.2 Use `WoltLabSuite/Core/Acp/Ui/Worker` instead.
*/
WCF.System.Worker = Class.extend({
/**