2026-05-30 14:06:18 +00:00

6 lines
159 B
JavaScript

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