~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-admin/js/user-profile.dev.js

  • Committer: Andrew Glen-Young
  • Date: 2011-03-08 14:47:51 UTC
  • Revision ID: andrew.glen-young@canonical.com-20110308144751-1n6spqgayztf9h77
[AGY] import 3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        $(document).ready( function() {
33
33
                $('#pass1').val('').keyup( check_pass_strength );
34
34
                $('#pass2').val('').keyup( check_pass_strength );
 
35
                $('#pass-strength-result').show();
35
36
                $('.color-palette').click(function(){$(this).siblings('input[name=admin_color]').attr('checked', 'checked')});
36
37
                $('#nickname').blur(function(){
37
38
                        var str = $(this).val() || $('#user_login').val();