Fight back against browser autocomplete some more. Fixes #8462 props Ozh.

git-svn-id: https://develop.svn.wordpress.org/trunk@10046 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-12-04 20:47:58 +00:00
parent 6bd635e65d
commit 2ef3e8fdb6
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function profile_js ( ) {
$(document).ready( function() {
$('#nickname').blur(update_nickname);
$('#pass1').keyup( check_pass_strength );
$('#pass1').val('').keyup( check_pass_strength );
$('.color-palette').click(function(){$(this).siblings('input[name=admin_color]').attr('checked', 'checked')});
});
})(jQuery);