관리-도구
편집 파일: lost-password.js
jQuery( function( $ ) { $( '.lost_reset_password' ).on( 'submit', function () { $( 'button[type="submit"]', this ).attr( 'disabled', 'disabled' ); }); });