Changeset 60268
- Timestamp:
- 05/30/2025 04:34:23 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/user-profile.js
r59046 r60268 57 57 $( '#pw-weak-text-label' ).text( __( 'Confirm use of weak password' ) ); 58 58 59 // Focus the password field .60 if ( 'mailserver_pass' !== $pass1.prop('id' ) ) {59 // Focus the password field if not the install screen. 60 if ( 'mailserver_pass' !== $pass1.prop('id' ) && ! $('#weblog_title').length ) { 61 61 $( $pass1 ).trigger( 'focus' ); 62 62 }
Note: See TracChangeset
for help on using the changeset viewer.