mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
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:
parent
028b5648fc
commit
8b192860f2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user