Files
2026-04-28 15:13:50 +02:00

6 lines
159 B
JavaScript

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