Skip to content

Commit

Permalink
Deprecate WCF.Message.FormGuard
Browse files Browse the repository at this point in the history
Because it is not (or no longer) used in the software.

see #5974
  • Loading branch information
BurntimeX committed Nov 19, 2024
1 parent 0a3ce92 commit aa9f0d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wcfsetup/install/files/js/WCF.Message.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
/**
Expand Down

0 comments on commit aa9f0d5

Please sign in to comment.