Focus on the first blank field when asking for credentials for upgrade/install. Fixes #9061 props rmccue.
git-svn-id: https://develop.svn.wordpress.org/trunk@10628 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
26f689898c
commit
5203c03197
@ -713,6 +713,7 @@ jQuery(function($){
|
||||
jQuery("#ftp, #ftps").click(function () {
|
||||
jQuery("#ssh_keys").hide();
|
||||
});
|
||||
jQuery('form input[value=""]:first').focus();
|
||||
});
|
||||
-->
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user