geno/wp-content/plugins/woocommerce/assets/js/frontend/lost-password.js
2024-02-01 11:54:18 +00:00

5 lines
159 B
JavaScript

jQuery( function( $ ) {
$( '.lost_reset_password' ).on( 'submit', function () {
$( 'button[type="submit"]', this ).attr( 'disabled', 'disabled' );
});
});