Changeset 31483
- Timestamp:
- 02/20/2015 01:04:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/user-profile.js
r31400 r31483 35 35 select = $( '#display_name' ); 36 36 37 $('#pass1').val(''). keyup(check_pass_strength );38 $('#pass2').val(''). keyup(check_pass_strength );37 $('#pass1').val('').on( 'input propertychange', check_pass_strength ); 38 $('#pass2').val('').on( 'input propertychange', check_pass_strength ); 39 39 $('#pass-strength-result').show(); 40 40 $('.color-palette').click( function() {
Note: See TracChangeset
for help on using the changeset viewer.