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:
parent
6bd635e65d
commit
2ef3e8fdb6
@ -63,7 +63,7 @@ function profile_js ( ) {
|
|||||||
|
|
||||||
$(document).ready( function() {
|
$(document).ready( function() {
|
||||||
$('#nickname').blur(update_nickname);
|
$('#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')});
|
$('.color-palette').click(function(){$(this).siblings('input[name=admin_color]').attr('checked', 'checked')});
|
||||||
});
|
});
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
Loading…
Reference in New Issue
Block a user