Files
2024-06-18 17:29:05 -04:00

6 lines
159 B
JavaScript

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