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

see #5974

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

index 8b88bc9d369f4154ec7e0d7dd1012250add3291a..8908cf6f589de7c7be481e24c0b97312273b1516 100644 (file)
@@ -212,6 +212,8 @@ else {
 
 /**
  * Prevents multiple submits of the same form by disabling the submit button.
+ * 
+ * @deprecated 6.2 Not (or no longer) used in the software.
  */
 WCF.Message.FormGuard = Class.extend({
        /**