Changeset 33980
- Timestamp:
- 09/09/2015 05:31:40 PM (8 years ago)
- Location:
- branches/4.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3
-
branches/4.3/src/wp-admin/js/user-profile.js
r33625 r33980 204 204 $generateButton.show(); 205 205 $passwordWrapper.hide(); 206 207 // Clear password field to prevent update 208 $pass1.val( '' ).trigger( 'pwupdate' ); 209 $submitButtons.prop( 'disabled', false ); 206 210 } ); 207 211
Note: See TracChangeset
for help on using the changeset viewer.