File "lost-password.js"
Full Path: /home/jlklyejr/public_html/wp-content/test/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' );
});
});