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:
Peter Westwood 2009-02-22 21:49:48 +00:00
parent 26f689898c
commit 5203c03197
1 changed files with 1 additions and 0 deletions

View File

@ -713,6 +713,7 @@ jQuery(function($){
jQuery("#ftp, #ftps").click(function () { jQuery("#ftp, #ftps").click(function () {
jQuery("#ssh_keys").hide(); jQuery("#ssh_keys").hide();
}); });
jQuery('form input[value=""]:first').focus();
}); });
--> -->
</script> </script>