Deprecate `WCF.Message.Submit`
authorMarcel Werk <burntime@woltlab.com>
Tue, 19 Nov 2024 09:52:13 +0000 (10:52 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 19 Nov 2024 09:52:13 +0000 (10:52 +0100)
Because it is not (or no longer) used in the software.

see #5974

wcfsetup/install/files/js/WCF.Message.js
wcfsetup/install/files/js/WCF.js

index 5bc73c35f6ba2c15094dae5df99d77f6b5ef7fdb..8b88bc9d369f4154ec7e0d7dd1012250add3291a 100644 (file)
@@ -901,6 +901,8 @@ if (COMPILER_TARGET_DEFAULT) {
        
        /**
         * Handles submit buttons for forms with an embedded WYSIWYG editor.
+        * 
+        * @deprecated 6.2 Not (or no longer) used in the software.
         */
        WCF.Message.Submit = {
                /**
index 1e2f6f7ee79a1015b186adf45b45a117aa23decd..0c14dda947a46754df34ba0a7ddf5067bb556d55 100755 (executable)
@@ -742,6 +742,8 @@ $.extend(WCF, {
 
 /**
  * Browser related functions.
+ * 
+ * @deprecated 6.2 Not (or no longer) used in the software.
  */
 WCF.Browser = {
        /**