• File: lost-password.js
  • Full Path: /home/chassiw/www/wp-content/plugins/woocommerce/assets/js/frontend/lost-password.js
  • File size: 159 bytes
  • MIME-type: text/plain
  • Charset: utf-8
jQuery( function( $ ) {
	$( '.lost_reset_password' ).on( 'submit', function () {
		$( 'button[type="submit"]', this ).attr( 'disabled', 'disabled' );
	});
});