Don't focus input fields outside of the request filesystem credentials form.
props valendesigns. fixes #32055. git-svn-id: https://develop.svn.wordpress.org/trunk@32266 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f029572866
commit
2abf4c39ef
@ -1120,7 +1120,7 @@ jQuery(function($){
|
||||
jQuery("#ftp, #ftps").click(function () {
|
||||
jQuery("#ssh_keys").hide();
|
||||
});
|
||||
jQuery('form input[value=""]:first').focus();
|
||||
jQuery('#request-filesystem-credentials-form input[value=""]:first').focus();
|
||||
});
|
||||
-->
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user