mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Focus on the first blank field when asking for credentials for upgrade/install. Fixes #9061 props rmccue.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dc1602f411
commit
cde6596747
@ -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