Ticket #63281: 63281.patch
File 63281.patch, 528 bytes (added by , 2 months ago) |
---|
-
src/js/_enqueues/admin/user-profile.js
diff --git a/src/js/_enqueues/admin/user-profile.js b/src/js/_enqueues/admin/user-profile.js index 2aebe62a91..36d61fee1a 100644
a b 57 57 $( '#pw-weak-text-label' ).text( __( 'Confirm use of weak password' ) ); 58 58 59 59 // Focus the password field. 60 if ( 'mailserver_pass' !== $pass1.prop('id' ) ) {60 if ( 'mailserver_pass' !== $pass1.prop('id' ) && !$('#weblog_title').length ) { 61 61 $( $pass1 ).trigger( 'focus' ); 62 62 } 63 63 }