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

git-svn-id: http://svn.automattic.com/wordpress/trunk@10046 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-12-04 20:47:58 +00:00
parent 028b5648fc
commit 8b192860f2
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);