Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to submit form after browser back button is pressed
9f85120 added a check to prevent the form from being submitted multiple times. This check is based on the presence of a class that is added to the form when it is submitted the first time. In some situations, the class is not removed from the form when the user navigates back using the browser back button. This prevents the form from being submitted again. This commit adds a check to remove the class from the form when the page is loaded.
- Loading branch information