Current File : /home/escuelai/public_html/wp-content/plugins/woocommerce/assets/js/frontend/lost-password.js
jQuery( function( $ ) {
	$( '.lost_reset_password' ).on( 'submit', function () {
		$( 'button[type="submit"]', this ).attr( 'disabled', 'disabled' );
	});
});