File "lost-password.js"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/.wp-cli/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' );
	});
});